#554876

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

Shades of Victoria #554876

Tints of Victoria #554876

Color information

#554876 (or 0x554876) is unknown color: approx Victoria. HEX triplet: 55, 48 and 76. RGB value is (85,72,118). Sum of RGB (Red+Green+Blue) = 85+72+118=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #554876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554876 is #AAB789. Grayscale: #505050. Windows color (decimal): -11188106 or 7751765. OLE color: 7751765.

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

Color convert

RGB8572118-
CMYK0.280.3900.54
HSL256.96º24.21%37.25%-
HSV(B)256.96º38.98%46.27%-
XYZ9.337.8718.17-
YUV81.13148.81130.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=30.91%
G=26.18%
B=42.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85721180.280.3900.54256.9624.2137.25
Hex5548761C270361011825
Octal12511016634470664013045
Binary10101011001000111011011100100111011011010000000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554876; }

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

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

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

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

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

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

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

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