Html Css Color HEX #596899 Waikawa Grey

📋 copy color: '#596899'

red 89 ◦ green 104 ◦ blue 153

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

Shades of Waikawa Grey #596899

Tints of Waikawa Grey #596899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

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

R = 25.72%
G = 30.06%
B = 44.22%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#596899 (or 0x596899) is known color: Waikawa Grey. HEX triplet: 59, 68 and 99. RGB value is (89,104,153). Sum of RGB (Red+Green+Blue) = 89+104+153=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #596899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596899 is #A69766. Grayscale: #686868. Windows color (decimal): -10917735 or 10053721. OLE color: 10053721.

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

Color convert

RGB 89 104 153 -
CMYK 0.42 0.32 0 0.4
HSL 225.94º 0.26% 0.47% -
HSV(B) 225.94º 0.42% 0.6% -
XYZ 14.82 14.32 32.12 -
YUV 105.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 89 104 153 0.42 0.32 0 0.4 225.94 0.26 0.47
Hex 59 68 99 2A 20 0 28 E2 1A 2F
Octal 131 150 231 52 40 0 50 342 32 57
Binary 1011001 1101000 10011001 101010 100000 0 101000 11100010 11010 101111

Color Harmonies of #596899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596899

Black with #596899

Text Example


Text Example

White with #596899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596899; }

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

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

background-color css

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

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

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

border-color css

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

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

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