Html Css Color HEX #59709C Waikawa Grey

📋 copy color: '#59709C'

red 89 ◦ green 112 ◦ blue 156

#59709C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #59709C

Tints of Waikawa Grey #59709C

RGB

 RED value IS 89 (35.16% from 255) = 24.93%

 GREEN value IS 112 (44.14% from 255) = 31.37%

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 24.93%
G = 31.37%
B = 43.7%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59709C (or 0x59709C) is known color: Waikawa Grey. HEX triplet: 59, 70 and 9C. RGB value is (89,112,156). Sum of RGB (Red+Green+Blue) = 89+112+156=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #59709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59709C is #A68F63. Grayscale: #6D6D6D. Windows color (decimal): -10915684 or 10252377. OLE color: 10252377.

HSL color Cylindrical-coordinate representation of color #59709C: hue angle of 219.4º 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 #59709C is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 112 156 -
CMYK 0.43 0.28 0 0.39
HSL 219.4º 0.27% 0.48% -
HSV(B) 219.4º 0.43% 0.61% -
XYZ 15.91 16.11 33.72 -
YUV 110.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 89 112 156 0.43 0.28 0 0.39 219.4 0.27 0.48
Hex 59 70 9C 2B 1C 0 27 DB 1B 30
Octal 131 160 234 53 34 0 47 333 33 60
Binary 1011001 1110000 10011100 101011 11100 0 100111 11011011 11011 110000

Color Harmonies of #59709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59709C

Black with #59709C

Text Example


Text Example

White with #59709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59709C;
 }
 .AnyTagClassName
 {
   color: #59709C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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