#554989

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

Shades of Victoria #554989

Tints of Victoria #554989

Color information

#554989 (or 0x554989) is unknown color: approx Victoria. HEX triplet: 55, 49 and 89. RGB value is (85,73,137). Sum of RGB (Red+Green+Blue) = 85+73+137=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #554989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554989 is #AAB676. Grayscale: #535353. Windows color (decimal): -11187831 or 8997205. OLE color: 8997205.

HSL color Cylindrical-coordinate representation of color #554989: hue angle of 251.25º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #554989 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8573137-
CMYK0.380.4700.46
HSL251.25º30.48%41.18%-
HSV(B)251.25º46.72%53.73%-
XYZ10.648.524.75-
YUV83.88157.98128.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=28.81%
G=24.75%
B=46.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85731370.380.4700.46251.2530.4841.18
Hex554989262F02Efb1e29
Octal12511121146570563733651
Binary101010110010011000100110011010111101011101111101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554989; }

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

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

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

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

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

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

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

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