Html Css Color HEX #59709B Waikawa Grey

📋 copy color: '#59709B'

red 89 ◦ green 112 ◦ blue 155

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

Shades of Waikawa Grey #59709B

Tints of Waikawa Grey #59709B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 25%
G = 31.46%
B = 43.54%

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

#59709B (or 0x59709B) is known color: Waikawa Grey. HEX triplet: 59, 70 and 9B. RGB value is (89,112,155). Sum of RGB (Red+Green+Blue) = 89+112+155=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #59709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59709B is #A68F64. Grayscale: #6D6D6D. Windows color (decimal): -10915685 or 10186841. OLE color: 10186841.

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

Color convert

RGB 89 112 155 -
CMYK 0.43 0.28 0 0.39
HSL 219.09º 0.27% 0.48% -
HSV(B) 219.09º 0.43% 0.61% -
XYZ 15.83 16.08 33.28 -
YUV 110.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 89 112 155 0.43 0.28 0 0.39 219.09 0.27 0.48
Hex 59 70 9B 2B 1C 0 27 DB 1B 30
Octal 131 160 233 53 34 0 47 333 33 60
Binary 1011001 1110000 10011011 101011 11100 0 100111 11011011 11011 110000

Color Harmonies of #59709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59709B

Black with #59709B

Text Example


Text Example

White with #59709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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