#5E5186

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

Shades of Victoria #5E5186

Tints of Victoria #5E5186

Color information

#5E5186 (or 0x5E5186) is unknown color: approx Victoria. HEX triplet: 5E, 51 and 86. RGB value is (94,81,134). Sum of RGB (Red+Green+Blue) = 94+81+134=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E5186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5186 is #A1AE79. Grayscale: #5A5A5A. Windows color (decimal): -10595962 or 8802654. OLE color: 8802654.

HSL color Cylindrical-coordinate representation of color #5E5186: hue angle of 254.72º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E5186 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9481134-
CMYK0.300.4000.47
HSL254.72º24.65%42.16%-
HSV(B)254.72º39.55%52.55%-
XYZ11.869.9923.86-
YUV90.93152.31130.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.42%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 134 (52.73% from 255) = 43.37%
R=30.42%
G=26.21%
B=43.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94811340.300.4000.47254.7224.6542.16
Hex5E51861E2802Fff192a
Octal13612120636500573773152
Binary10111101010001100001101111010100001011111111111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,81,134); }

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

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

 a { background-color: rgb(94,81,134); }

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

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

 span { border-color: rgb(94,81,134); }

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