Html Css Color HEX #596689 Waikawa Grey

📋 copy color: '#596689'

red 89 ◦ green 102 ◦ blue 137

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

Shades of Waikawa Grey #596689

Tints of Waikawa Grey #596689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.1%

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 27.13%
G = 31.1%
B = 41.77%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#596689 (or 0x596689) is known color: Waikawa Grey. HEX triplet: 59, 66 and 89. RGB value is (89,102,137). Sum of RGB (Red+Green+Blue) = 89+102+137=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #596689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596689 is #A69976. Grayscale: #656565. Windows color (decimal): -10918263 or 9004633. OLE color: 9004633.

HSL color Cylindrical-coordinate representation of color #596689: hue angle of 223.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #596689 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 102 137 -
CMYK 0.35 0.26 0 0.46
HSL 223.75º 0.21% 0.44% -
HSV(B) 223.75º 0.35% 0.54% -
XYZ 13.39 13.43 25.55 -
YUV 102.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 89 102 137 0.35 0.26 0 0.46 223.75 0.21 0.44
Hex 59 66 89 23 1A 0 2E E0 15 2C
Octal 131 146 211 43 32 0 56 340 25 54
Binary 1011001 1100110 10001001 100011 11010 0 101110 11100000 10101 101100

Color Harmonies of #596689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596689

Black with #596689

Text Example


Text Example

White with #596689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596689; }

 p { color: rgb(89,102,137); }

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

background-color css

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

 a { background-color: rgb(89,102,137); }

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

border-color css

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

 span { border-color: rgb(89,102,137); }

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