#5E5187

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

Shades of Victoria #5E5187

Tints of Victoria #5E5187

Color information

#5E5187 (or 0x5E5187) is unknown color: approx Victoria. HEX triplet: 5E, 51 and 87. RGB value is (94,81,135). Sum of RGB (Red+Green+Blue) = 94+81+135=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E5187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5187 is #A1AE78. Grayscale: #5A5A5A. Windows color (decimal): -10595961 or 8868190. OLE color: 8868190.

HSL color Cylindrical-coordinate representation of color #5E5187: hue angle of 254.44º 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 #5E5187 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9481135-
CMYK0.300.4000.47
HSL254.44º25%42.35%-
HSV(B)254.44º40%52.94%-
XYZ11.9310.0124.23-
YUV91.04152.81130.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.32%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=30.32%
G=26.13%
B=43.55%

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
Decimal94811350.300.4000.47254.442542.35
Hex5E51871E2802Ffe192a
Octal13612120736500573763152
Binary10111101010001100001111111010100001011111111111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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