#554984

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

Shades of Victoria #554984

Tints of Victoria #554984

Color information

#554984 (or 0x554984) is unknown color: approx Victoria. HEX triplet: 55, 49 and 84. RGB value is (85,73,132). Sum of RGB (Red+Green+Blue) = 85+73+132=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #554984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554984 is #AAB67B. Grayscale: #535353. Windows color (decimal): -11187836 or 8669525. OLE color: 8669525.

HSL color Cylindrical-coordinate representation of color #554984: hue angle of 252.2º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #554984 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8573132-
CMYK0.360.4500.48
HSL252.2º28.78%40.2%-
HSV(B)252.2º44.7%51.76%-
XYZ10.298.3622.9-
YUV83.31155.48129.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=29.31%
G=25.17%
B=45.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85731320.360.4500.48252.228.7840.2
Hex554984242D030fc1d28
Octal12511120444550603743550
Binary101010110010011000010010010010110101100001111110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554984; }

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

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

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

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

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

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

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

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