#555287

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

Shades of Victoria #555287

Tints of Victoria #555287

Color information

#555287 (or 0x555287) is unknown color: approx Victoria. HEX triplet: 55, 52 and 87. RGB value is (85,82,135). Sum of RGB (Red+Green+Blue) = 85+82+135=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #555287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555287 is #AAAD78. Grayscale: #585858. Windows color (decimal): -11185529 or 8868437. OLE color: 8868437.

HSL color Cylindrical-coordinate representation of color #555287: hue angle of 243.4º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555287 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8582135-
CMYK0.370.3900.47
HSL243.4º24.42%42.55%-
HSV(B)243.4º39.26%52.94%-
XYZ11.149.7224.21-
YUV88.94153.99125.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=28.15%
G=27.15%
B=44.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85821350.370.3900.47243.424.4242.55
Hex555287252702Ff3182b
Octal12512220745470573633053
Binary101010110100101000011110010110011101011111111001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555287; }

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

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

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

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

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

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

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

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