#554B77

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

Shades of Victoria #554B77

Tints of Victoria #554B77

Color information

#554B77 (or 0x554B77) is unknown color: approx Victoria. HEX triplet: 55, 4B and 77. RGB value is (85,75,119). Sum of RGB (Red+Green+Blue) = 85+75+119=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #554B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B77 is #AAB488. Grayscale: #525252. Windows color (decimal): -11187337 or 7818069. OLE color: 7818069.

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

Color convert

RGB8575119-
CMYK0.290.3700.53
HSL253.64º22.68%38.04%-
HSV(B)253.64º36.97%46.67%-
XYZ9.598.318.55-
YUV83.01148.31129.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=30.47%
G=26.88%
B=42.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85751190.290.3700.53253.6422.6838.04
Hex554B771D25035fe1726
Octal12511316735450653762746
Binary1010101100101111101111110110010101101011111111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554B77; }

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

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

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

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

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

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

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

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