Html Css Color HEX #59688E Waikawa Grey

📋 copy color: '#59688E'

red 89 ◦ green 104 ◦ blue 142

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

Shades of Waikawa Grey #59688E

Tints of Waikawa Grey #59688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 26.57%
G = 31.04%
B = 42.39%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59688E (or 0x59688E) is known color: Waikawa Grey. HEX triplet: 59, 68 and 8E. RGB value is (89,104,142). Sum of RGB (Red+Green+Blue) = 89+104+142=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #59688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59688E is #A69771. Grayscale: #676767. Windows color (decimal): -10917746 or 9332825. OLE color: 9332825.

HSL color Cylindrical-coordinate representation of color #59688E: hue angle of 223.02º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59688E is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 104 142 -
CMYK 0.37 0.27 0 0.44
HSL 223.02º 0.23% 0.45% -
HSV(B) 223.02º 0.37% 0.56% -
XYZ 13.95 13.98 27.55 -
YUV 103.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 89 104 142 0.37 0.27 0 0.44 223.02 0.23 0.45
Hex 59 68 8E 25 1B 0 2C DF 17 2D
Octal 131 150 216 45 33 0 54 337 27 55
Binary 1011001 1101000 10001110 100101 11011 0 101100 11011111 10111 101101

Color Harmonies of #59688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59688E

Black with #59688E

Text Example


Text Example

White with #59688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59688E; }

 p { color: rgb(89,104,142); }

 H1.HeaderClassName
 {
   color: #59688E;
 }
 .AnyTagClassName
 {
   color: #59688E;
 }
</style>

background-color css

<style>
 a { background-color: #59688E; }

 a { background-color: rgb(89,104,142); }

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

border-color css

<style>
 span { border-color: #59688E; }

 span { border-color: rgb(89,104,142); }

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