#554776

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

Shades of Victoria #554776

Tints of Victoria #554776

Color information

#554776 (or 0x554776) is unknown color: approx Victoria. HEX triplet: 55, 47 and 76. RGB value is (85,71,118). Sum of RGB (Red+Green+Blue) = 85+71+118=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #554776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554776 is #AAB889. Grayscale: #505050. Windows color (decimal): -11188362 or 7751509. OLE color: 7751509.

HSL color Cylindrical-coordinate representation of color #554776: hue angle of 257.87º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554776 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8571118-
CMYK0.280.4000.54
HSL257.87º24.87%37.06%-
HSV(B)257.87º39.83%46.27%-
XYZ9.277.7518.15-
YUV80.54149.14131.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=31.02%
G=25.91%
B=43.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85711180.280.4000.54257.8724.8737.06
Hex5547761C280361021925
Octal12510716634500664023145
Binary10101011000111111011011100101000011011010000001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554776; }

 p { color: rgb(85,71,118); }

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

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

 a { background-color: rgb(85,71,118); }

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

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

 span { border-color: rgb(85,71,118); }

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