Html Css Color HEX #596D99 Waikawa Grey

📋 copy color: '#596D99'

red 89 ◦ green 109 ◦ blue 153

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

Shades of Waikawa Grey #596D99

Tints of Waikawa Grey #596D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

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

R = 25.36%
G = 31.05%
B = 43.59%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#596D99 (or 0x596D99) is known color: Waikawa Grey. HEX triplet: 59, 6D and 99. RGB value is (89,109,153). Sum of RGB (Red+Green+Blue) = 89+109+153=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #596D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596D99 is #A69266. Grayscale: #6B6B6B. Windows color (decimal): -10916455 or 10055001. OLE color: 10055001.

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

Color convert

RGB 89 109 153 -
CMYK 0.42 0.29 0 0.4
HSL 221.25º 0.26% 0.47% -
HSV(B) 221.25º 0.42% 0.6% -
XYZ 15.34 15.36 32.29 -
YUV 108.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 89 109 153 0.42 0.29 0 0.4 221.25 0.26 0.47
Hex 59 6D 99 2A 1D 0 28 DD 1A 2F
Octal 131 155 231 52 35 0 50 335 32 57
Binary 1011001 1101101 10011001 101010 11101 0 101000 11011101 11010 101111

Color Harmonies of #596D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596D99

Black with #596D99

Text Example


Text Example

White with #596D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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