#5D4E85

Color #5D4E85 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #5D4E85

Tints of Victoria #5D4E85

Color information

#5D4E85 (or 0x5D4E85) is unknown color: approx Victoria. HEX triplet: 5D, 4E and 85. RGB value is (93,78,133). Sum of RGB (Red+Green+Blue) = 93+78+133=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D4E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4E85 is #A2B17A. Grayscale: #585858. Windows color (decimal): -10662267 or 8736349. OLE color: 8736349.

HSL color Cylindrical-coordinate representation of color #5D4E85: hue angle of 256.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D4E85 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9378133-
CMYK0.300.4100.48
HSL256.36º26.07%41.37%-
HSV(B)256.36º41.35%52.16%-
XYZ11.479.4723.41-
YUV88.76152.97131.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 30.59%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=30.59%
G=25.66%
B=43.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93781330.300.4100.48256.3626.0741.37
Hex5D4E851E290301001a29
Octal13511620536510604003251
Binary101110110011101000010111110101001011000010000000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D4E85; }

 p { color: rgb(93,78,133); }

 H1.HeaderClassName
 {
   color: #5D4E85;
 }
 .AnyTagClassName
 {
   color: #5D4E85;
 }
</style>
background-color css

<style>
 a { background-color: #5D4E85; }

 a { background-color: rgb(93,78,133); }

 div.DivClassName
 {
   background-color: #5D4E85;
 }
 .BgClassName
 {
   background-color: #5D4E85;
 }
</style>
border-color css

<style>
 span { border-color: #5D4E85; }

 span { border-color: rgb(93,78,133); }

 td.TdClassName
 {
   border-color: #5D4E85;
 }
 .TagClassName
 {
   border-color: #5D4E85;
 }
</style>