#554E80

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

Shades of Victoria #554E80

Tints of Victoria #554E80

Color information

#554E80 (or 0x554E80) is unknown color: approx Victoria. HEX triplet: 55, 4E and 80. RGB value is (85,78,128). Sum of RGB (Red+Green+Blue) = 85+78+128=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #554E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E80 is #AAB17F. Grayscale: #555555. Windows color (decimal): -11186560 or 8408661. OLE color: 8408661.

HSL color Cylindrical-coordinate representation of color #554E80: hue angle of 248.4º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #554E80 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8578128-
CMYK0.340.3900.50
HSL248.4º24.27%40.39%-
HSV(B)248.4º39.06%50.2%-
XYZ10.378.9421.6-
YUV85.79151.82127.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=29.21%
G=26.80%
B=43.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85781280.340.3900.50248.424.2740.39
Hex554E802227032f81828
Octal12511620042470623703050
Binary101010110011101000000010001010011101100101111100011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,78,128); }

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

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

 a { background-color: rgb(85,78,128); }

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

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

 span { border-color: rgb(85,78,128); }

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