#59557D

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

Shades of Victoria #59557D

Tints of Victoria #59557D

Color information

#59557D (or 0x59557D) is unknown color: approx Victoria. HEX triplet: 59, 55 and 7D. RGB value is (89,85,125). Sum of RGB (Red+Green+Blue) = 89+85+125=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #59557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59557D is #A6AA82. Grayscale: #5A5A5A. Windows color (decimal): -10922627 or 8213849. OLE color: 8213849.

HSL color Cylindrical-coordinate representation of color #59557D: hue angle of 246º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #59557D is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8985125-
CMYK0.290.3200.51
HSL246º19.05%41.18%-
HSV(B)246º32%49.02%-
XYZ11.0710.120.77-
YUV90.76147.33126.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.77%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 125 (49.22% from 255) = 41.81%
R=29.77%
G=28.43%
B=41.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89851250.290.3200.5124619.0541.18
Hex59557D1D20033f61329
Octal13112517535400633662351
Binary1011001101010111111011110110000001100111111011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59557D; }

 p { color: rgb(89,85,125); }

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

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

 a { background-color: rgb(89,85,125); }

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

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

 span { border-color: rgb(89,85,125); }

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