#55507C

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

Shades of Victoria #55507C

Tints of Victoria #55507C

Color information

#55507C (or 0x55507C) is unknown color: approx Victoria. HEX triplet: 55, 50 and 7C. RGB value is (85,80,124). Sum of RGB (Red+Green+Blue) = 85+80+124=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #55507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55507C is #AAAF83. Grayscale: #565656. Windows color (decimal): -11186052 or 8147029. OLE color: 8147029.

HSL color Cylindrical-coordinate representation of color #55507C: hue angle of 246.82º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55507C is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8580124-
CMYK0.310.3500.51
HSL246.82º21.57%40%-
HSV(B)246.82º35.48%48.63%-
XYZ10.259.1220.29-
YUV86.51149.16126.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=29.41%
G=27.68%
B=42.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85801240.310.3500.51246.8221.5740
Hex55507C1F23033f71628
Octal12512017437430633672650
Binary1010101101000011111001111110001101100111111011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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