Html Css Color HEX #596E99 Waikawa Grey

📋 copy color: '#596E99'

red 89 ◦ green 110 ◦ blue 153

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

Shades of Waikawa Grey #596E99

Tints of Waikawa Grey #596E99

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.25%

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

R = 25.28%
G = 31.25%
B = 43.47%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#596E99 (or 0x596E99) is known color: Waikawa Grey. HEX triplet: 59, 6E and 99. RGB value is (89,110,153). Sum of RGB (Red+Green+Blue) = 89+110+153=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #596E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E99 is #A69166. Grayscale: #6C6C6C. Windows color (decimal): -10916199 or 10055257. OLE color: 10055257.

HSL color Cylindrical-coordinate representation of color #596E99: hue angle of 220.31º 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 #596E99 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 110 153 -
CMYK 0.42 0.28 0 0.4
HSL 220.31º 0.26% 0.47% -
HSV(B) 220.31º 0.42% 0.6% -
XYZ 15.45 15.58 32.33 -
YUV 108.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 89 110 153 0.42 0.28 0 0.4 220.31 0.26 0.47
Hex 59 6E 99 2A 1C 0 28 DC 1A 2F
Octal 131 156 231 52 34 0 50 334 32 57
Binary 1011001 1101110 10011001 101010 11100 0 101000 11011100 11010 101111

Color Harmonies of #596E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596E99

Black with #596E99

Text Example


Text Example

White with #596E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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