Html Css Color HEX #596999 Waikawa Grey

📋 copy color: '#596999'

red 89 ◦ green 105 ◦ blue 153

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

Shades of Waikawa Grey #596999

Tints of Waikawa Grey #596999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 25.65%
G = 30.26%
B = 44.09%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#596999 (or 0x596999) is known color: Waikawa Grey. HEX triplet: 59, 69 and 99. RGB value is (89,105,153). Sum of RGB (Red+Green+Blue) = 89+105+153=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #596999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596999 is #A69666. Grayscale: #696969. Windows color (decimal): -10917479 or 10053977. OLE color: 10053977.

HSL color Cylindrical-coordinate representation of color #596999: hue angle of 225º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #596999 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 105 153 -
CMYK 0.42 0.31 0 0.4
HSL 225º 0.26% 0.47% -
HSV(B) 225º 0.42% 0.6% -
XYZ 14.92 14.53 32.15 -
YUV 105.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 89 105 153 0.42 0.31 0 0.4 225 0.26 0.47
Hex 59 69 99 2A 1F 0 28 E1 1A 2F
Octal 131 151 231 52 37 0 50 341 32 57
Binary 1011001 1101001 10011001 101010 11111 0 101000 11100001 11010 101111

Color Harmonies of #596999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596999

Black with #596999

Text Example


Text Example

White with #596999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596999; }

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

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

background-color css

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

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

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

border-color css

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

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

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