#554C83

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

Shades of Victoria #554C83

Tints of Victoria #554C83

Color information

#554C83 (or 0x554C83) is unknown color: approx Victoria. HEX triplet: 55, 4C and 83. RGB value is (85,76,131). Sum of RGB (Red+Green+Blue) = 85+76+131=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #554C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554C83 is #AAB37C. Grayscale: #545454. Windows color (decimal): -11187069 or 8604757. OLE color: 8604757.

HSL color Cylindrical-coordinate representation of color #554C83: hue angle of 249.82º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #554C83 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8576131-
CMYK0.350.4200.49
HSL249.82º26.57%40.59%-
HSV(B)249.82º41.98%51.37%-
XYZ10.438.7422.61-
YUV84.96153.98128.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=29.11%
G=26.03%
B=44.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85761310.350.4200.49249.8226.5740.59
Hex554C83232A031fa1b29
Octal12511420343520613723351
Binary101010110011001000001110001110101001100011111101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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