#55487C

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

Shades of Victoria #55487C

Tints of Victoria #55487C

Color information

#55487C (or 0x55487C) is unknown color: approx Victoria. HEX triplet: 55, 48 and 7C. RGB value is (85,72,124). Sum of RGB (Red+Green+Blue) = 85+72+124=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #55487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55487C is #AAB783. Grayscale: #515151. Windows color (decimal): -11188100 or 8144981. OLE color: 8144981.

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

Color convert

RGB8572124-
CMYK0.310.4200.51
HSL255º26.53%38.43%-
HSV(B)255º41.94%48.63%-
XYZ9.78.0220.11-
YUV81.82151.81130.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=30.25%
G=25.62%
B=44.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85721240.310.4200.5125526.5338.43
Hex55487C1F2A033ff1b26
Octal12511017437520633773346
Binary1010101100100011111001111110101001100111111111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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