Html Css Color HEX #59729A Waikawa Grey

📋 copy color: '#59729A'

red 89 ◦ green 114 ◦ blue 154

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

Shades of Waikawa Grey #59729A

Tints of Waikawa Grey #59729A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 154 (60.55% from 255) = 43.14%

R = 24.93%
G = 31.93%
B = 43.14%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#59729A (or 0x59729A) is known color: Waikawa Grey. HEX triplet: 59, 72 and 9A. RGB value is (89,114,154). Sum of RGB (Red+Green+Blue) = 89+114+154=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #59729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59729A is #A68D65. Grayscale: #6E6E6E. Windows color (decimal): -10915174 or 10121817. OLE color: 10121817.

HSL color Cylindrical-coordinate representation of color #59729A: hue angle of 216.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59729A is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 114 154 -
CMYK 0.42 0.26 0 0.40
HSL 216.92º 0.27% 0.48% -
HSV(B) 216.92º 0.42% 0.6% -
XYZ 15.97 16.49 32.91 -
YUV 111.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 89 114 154 0.42 0.26 0 0.40 216.92 0.27 0.48
Hex 59 72 9A 2A 1A 0 28 D9 1B 30
Octal 131 162 232 52 32 0 50 331 33 60
Binary 1011001 1110010 10011010 101010 11010 0 101000 11011001 11011 110000

Color Harmonies of #59729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59729A

Black with #59729A

Text Example


Text Example

White with #59729A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,114,154); }

 H1.HeaderClassName
 {
   color: #59729A;
 }
 .AnyTagClassName
 {
   color: #59729A;
 }
</style>

background-color css

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

 a { background-color: rgb(89,114,154); }

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

border-color css

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

 span { border-color: rgb(89,114,154); }

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