#59659C

Color #59659C Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #59659C

Tints of Waikawa Grey #59659C

Color information

#59659C (or 0x59659C) is unknown color: approx Waikawa Grey. HEX triplet: 59, 65 and 9C. RGB value is (89,101,156). Sum of RGB (Red+Green+Blue) = 89+101+156=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #59659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59659C is #A69A63. Grayscale: #676767. Windows color (decimal): -10918500 or 10249561. OLE color: 10249561.

HSL color Cylindrical-coordinate representation of color #59659C: hue angle of 229.25º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59659C is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89101156-
CMYK0.430.3500.39
HSL229.25º27.35%48.04%-
HSV(B)229.25º42.95%61.18%-
XYZ14.7713.8333.34-
YUV103.68157.52117.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.72%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=25.72%
G=29.19%
B=45.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891011560.430.3500.39229.2527.3548.04
Hex59659C2B23027e51b30
Octal13114523453430473453360
Binary101100111001011001110010101110001101001111110010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59659C; }

 p { color: rgb(89,101,156); }

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

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

 a { background-color: rgb(89,101,156); }

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

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

 span { border-color: rgb(89,101,156); }

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