#554977

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

Shades of Victoria #554977

Tints of Victoria #554977

Color information

#554977 (or 0x554977) is unknown color: approx Victoria. HEX triplet: 55, 49 and 77. RGB value is (85,73,119). Sum of RGB (Red+Green+Blue) = 85+73+119=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #554977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554977 is #AAB688. Grayscale: #515151. Windows color (decimal): -11187849 or 7817557. OLE color: 7817557.

HSL color Cylindrical-coordinate representation of color #554977: hue angle of 255.65º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #554977 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8573119-
CMYK0.290.3900.53
HSL255.65º23.96%37.65%-
HSV(B)255.65º38.66%46.67%-
XYZ9.468.0318.5-
YUV81.83148.98130.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=30.69%
G=26.35%
B=42.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85731190.290.3900.53255.6523.9637.65
Hex5549771D270351001826
Octal12511116735470654003046
Binary10101011001001111011111101100111011010110000000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554977; }

 p { color: rgb(85,73,119); }

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

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

 a { background-color: rgb(85,73,119); }

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

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

 span { border-color: rgb(85,73,119); }

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