#555187

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

Shades of Victoria #555187

Tints of Victoria #555187

Color information

#555187 (or 0x555187) is unknown color: approx Victoria. HEX triplet: 55, 51 and 87. RGB value is (85,81,135). Sum of RGB (Red+Green+Blue) = 85+81+135=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #555187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555187 is #AAAE78. Grayscale: #585858. Windows color (decimal): -11185785 or 8868181. OLE color: 8868181.

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

Color convert

RGB8581135-
CMYK0.370.4000.47
HSL244.44º25%42.35%-
HSV(B)244.44º40%52.94%-
XYZ11.069.5724.18-
YUV88.35154.33125.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=28.24%
G=26.91%
B=44.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85811350.370.4000.47244.442542.35
Hex555187252802Ff4192a
Octal12512120745500573643152
Binary101010110100011000011110010110100001011111111010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555187; }

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

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

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

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

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

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

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

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