Html Css Color HEX #596587 Waikawa Grey

📋 copy color: '#596587'

red 89 ◦ green 101 ◦ blue 135

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

Shades of Waikawa Grey #596587

Tints of Waikawa Grey #596587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

 BLUE value IS 135 (53.13% from 255) = 41.54%

R = 27.38%
G = 31.08%
B = 41.54%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#596587 (or 0x596587) is known color: Waikawa Grey. HEX triplet: 59, 65 and 87. RGB value is (89,101,135). Sum of RGB (Red+Green+Blue) = 89+101+135=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #596587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596587 is #A69A78. Grayscale: #656565. Windows color (decimal): -10918521 or 8873305. OLE color: 8873305.

HSL color Cylindrical-coordinate representation of color #596587: hue angle of 224.35º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #596587 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 101 135 -
CMYK 0.34 0.25 0 0.47
HSL 224.35º 0.21% 0.44% -
HSV(B) 224.35º 0.34% 0.53% -
XYZ 13.15 13.18 24.77 -
YUV 101.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 89 101 135 0.34 0.25 0 0.47 224.35 0.21 0.44
Hex 59 65 87 22 19 0 2F E0 15 2C
Octal 131 145 207 42 31 0 57 340 25 54
Binary 1011001 1100101 10000111 100010 11001 0 101111 11100000 10101 101100

Color Harmonies of #596587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596587

Black with #596587

Text Example


Text Example

White with #596587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596587; }

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

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

background-color css

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

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

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

border-color css

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

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

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