#59557A

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

Shades of Victoria #59557A

Tints of Victoria #59557A

Color information

#59557A (or 0x59557A) is unknown color: approx Victoria. HEX triplet: 59, 55 and 7A. RGB value is (89,85,122). Sum of RGB (Red+Green+Blue) = 89+85+122=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #59557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59557A is #A6AA85. Grayscale: #5A5A5A. Windows color (decimal): -10922630 or 8017241. OLE color: 8017241.

HSL color Cylindrical-coordinate representation of color #59557A: hue angle of 246.49º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59557A is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8985122-
CMYK0.270.3000.52
HSL246.49º17.87%40.59%-
HSV(B)246.49º30.33%47.84%-
XYZ10.8810.0319.77-
YUV90.41145.83126.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=30.07%
G=28.72%
B=41.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89851220.270.3000.52246.4917.8740.59
Hex59557A1B1E034f61229
Octal13112517233360643662251
Binary101100110101011111010110111111001101001111011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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