#555387

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

Shades of Victoria #555387

Tints of Victoria #555387

Color information

#555387 (or 0x555387) is unknown color: approx Victoria. HEX triplet: 55, 53 and 87. RGB value is (85,83,135). Sum of RGB (Red+Green+Blue) = 85+83+135=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #555387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555387 is #AAAC78. Grayscale: #595959. Windows color (decimal): -11185273 or 8868693. OLE color: 8868693.

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

Color convert

RGB8583135-
CMYK0.370.3900.47
HSL242.31º23.85%42.75%-
HSV(B)242.31º38.52%52.94%-
XYZ11.219.8724.24-
YUV89.53153.66124.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=28.05%
G=27.39%
B=44.55%

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
Decimal85831350.370.3900.47242.3123.8542.75
Hex555387252702Ff2182b
Octal12512320745470573623053
Binary101010110100111000011110010110011101011111111001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555387; }

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

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

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

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

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

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

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

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