#55487E

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

Shades of Victoria #55487E

Tints of Victoria #55487E

Color information

#55487E (or 0x55487E) is unknown color: approx Victoria. HEX triplet: 55, 48 and 7E. RGB value is (85,72,126). Sum of RGB (Red+Green+Blue) = 85+72+126=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #55487E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55487E is #AAB781. Grayscale: #515151. Windows color (decimal): -11188098 or 8276053. OLE color: 8276053.

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

Color convert

RGB8572126-
CMYK0.330.4300.51
HSL254.44º27.27%38.82%-
HSV(B)254.44º42.86%49.41%-
XYZ9.838.0720.78-
YUV82.04152.81130.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=30.04%
G=25.44%
B=44.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85721260.330.4300.51254.4427.2738.82
Hex55487E212B033fe1b27
Octal12511017641530633763347
Binary10101011001000111111010000110101101100111111111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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