#554C80

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

Shades of Victoria #554C80

Tints of Victoria #554C80

Color information

#554C80 (or 0x554C80) is unknown color: approx Victoria. HEX triplet: 55, 4C and 80. RGB value is (85,76,128). Sum of RGB (Red+Green+Blue) = 85+76+128=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #554C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554C80 is #AAB37F. Grayscale: #545454. Windows color (decimal): -11187072 or 8408149. OLE color: 8408149.

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

Color convert

RGB8576128-
CMYK0.340.4100.50
HSL250.38º25.49%40%-
HSV(B)250.38º40.62%50.2%-
XYZ10.238.6621.55-
YUV84.62152.48128.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=29.41%
G=26.30%
B=44.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85761280.340.4100.50250.3825.4940
Hex554C802229032fa1928
Octal12511420042510623723150
Binary101010110011001000000010001010100101100101111101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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