Html Css Color HEX #596997 Waikawa Grey

📋 copy color: '#596997'

red 89 ◦ green 105 ◦ blue 151

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

Shades of Waikawa Grey #596997

Tints of Waikawa Grey #596997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.43%

 BLUE value IS 151 (59.38% from 255) = 43.77%

R = 25.8%
G = 30.43%
B = 43.77%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#596997 (or 0x596997) is known color: Waikawa Grey. HEX triplet: 59, 69 and 97. RGB value is (89,105,151). Sum of RGB (Red+Green+Blue) = 89+105+151=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #596997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596997 is #A69668. Grayscale: #696969. Windows color (decimal): -10917481 or 9922905. OLE color: 9922905.

HSL color Cylindrical-coordinate representation of color #596997: hue angle of 224.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #596997 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 105 151 -
CMYK 0.41 0.30 0 0.41
HSL 224.52º 0.26% 0.47% -
HSV(B) 224.52º 0.41% 0.59% -
XYZ 14.76 14.46 31.29 -
YUV 105.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 89 105 151 0.41 0.30 0 0.41 224.52 0.26 0.47
Hex 59 69 97 29 1E 0 29 E1 1A 2F
Octal 131 151 227 51 36 0 51 341 32 57
Binary 1011001 1101001 10010111 101001 11110 0 101001 11100001 11010 101111

Color Harmonies of #596997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596997

Black with #596997

Text Example


Text Example

White with #596997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596997; }

 p { color: rgb(89,105,151); }

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

background-color css

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

 a { background-color: rgb(89,105,151); }

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

border-color css

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

 span { border-color: rgb(89,105,151); }

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