#555581

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

Shades of Victoria #555581

Tints of Victoria #555581

Color information

#555581 (or 0x555581) is unknown color: approx Victoria. HEX triplet: 55, 55 and 81. RGB value is (85,85,129). Sum of RGB (Red+Green+Blue) = 85+85+129=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #555581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555581 is #AAAA7E. Grayscale: #595959. Windows color (decimal): -11184767 or 8475989. OLE color: 8475989.

HSL color Cylindrical-coordinate representation of color #555581: hue angle of 240º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555581 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8585129-
CMYK0.340.3400.49
HSL240º20.56%41.96%-
HSV(B)240º34.11%50.59%-
XYZ10.9610.0122.12-
YUV90.02150124.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=28.43%
G=28.43%
B=43.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85851290.340.3400.4924020.5641.96
Hex5555812222031f0152a
Octal12512520142420613602552
Binary101010110101011000000110001010001001100011111000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555581; }

 p { color: rgb(85,85,129); }

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

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

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

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

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

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

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