#55508C

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

Shades of Victoria #55508C

Tints of Victoria #55508C

Color information

#55508C (or 0x55508C) is unknown color: approx Victoria. HEX triplet: 55, 50 and 8C. RGB value is (85,80,140). Sum of RGB (Red+Green+Blue) = 85+80+140=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #55508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55508C is #AAAF73. Grayscale: #585858. Windows color (decimal): -11186036 or 9195605. OLE color: 9195605.

HSL color Cylindrical-coordinate representation of color #55508C: hue angle of 245º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55508C is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8580140-
CMYK0.390.4300.45
HSL245º27.27%43.14%-
HSV(B)245º42.86%54.9%-
XYZ11.359.5626.06-
YUV88.34157.16125.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 140 (55.08% from 255) = 45.90%
R=27.87%
G=26.23%
B=45.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85801400.390.4300.4524527.2743.14
Hex55508C272B02Df51b2b
Octal12512021447530553653353
Binary101010110100001000110010011110101101011011111010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55508C; }

 p { color: rgb(85,80,140); }

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

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

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

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

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

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

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