#555487

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

Shades of Victoria #555487

Tints of Victoria #555487

Color information

#555487 (or 0x555487) is unknown color: approx Victoria. HEX triplet: 55, 54 and 87. RGB value is (85,84,135). Sum of RGB (Red+Green+Blue) = 85+84+135=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #555487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555487 is #AAAB78. Grayscale: #595959. Windows color (decimal): -11185017 or 8868949. OLE color: 8868949.

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

Color convert

RGB8584135-
CMYK0.370.3800.47
HSL241.18º23.29%42.94%-
HSV(B)241.18º37.78%52.94%-
XYZ11.2910.0224.26-
YUV90.11153.33124.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 135 (53.12% from 255) = 44.41%
R=27.96%
G=27.63%
B=44.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85841350.370.3800.47241.1823.2942.94
Hex555487252602Ff1172b
Octal12512420745460573612753
Binary101010110101001000011110010110011001011111111000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555487; }

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

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

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

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

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

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

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

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