#55517C

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

Shades of Victoria #55517C

Tints of Victoria #55517C

Color information

#55517C (or 0x55517C) is unknown color: approx Victoria. HEX triplet: 55, 51 and 7C. RGB value is (85,81,124). Sum of RGB (Red+Green+Blue) = 85+81+124=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #55517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55517C is #AAAE83. Grayscale: #565656. Windows color (decimal): -11185796 or 8147285. OLE color: 8147285.

HSL color Cylindrical-coordinate representation of color #55517C: hue angle of 245.58º degrees, saturation: 0.21, 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 #55517C is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8581124-
CMYK0.310.3500.51
HSL245.58º20.98%40.2%-
HSV(B)245.58º34.68%48.63%-
XYZ10.339.2720.31-
YUV87.1148.83126.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 124 (48.83% from 255) = 42.76%
R=29.31%
G=27.93%
B=42.76%

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
Decimal85811240.310.3500.51245.5820.9840.2
Hex55517C1F23033f61528
Octal12512117437430633662550
Binary1010101101000111111001111110001101100111111011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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