Html Css Color HEX #596D9A Waikawa Grey

📋 copy color: '#596D9A'

red 89 ◦ green 109 ◦ blue 154

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

Shades of Waikawa Grey #596D9A

Tints of Waikawa Grey #596D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.75%

R = 25.28%
G = 30.97%
B = 43.75%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#596D9A (or 0x596D9A) is known color: Waikawa Grey. HEX triplet: 59, 6D and 9A. RGB value is (89,109,154). Sum of RGB (Red+Green+Blue) = 89+109+154=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #596D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596D9A is #A69265. Grayscale: #6B6B6B. Windows color (decimal): -10916454 or 10120537. OLE color: 10120537.

HSL color Cylindrical-coordinate representation of color #596D9A: hue angle of 221.54º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #596D9A is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 109 154 -
CMYK 0.42 0.29 0 0.40
HSL 221.54º 0.27% 0.48% -
HSV(B) 221.54º 0.42% 0.6% -
XYZ 15.42 15.39 32.73 -
YUV 108.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 89 109 154 0.42 0.29 0 0.40 221.54 0.27 0.48
Hex 59 6D 9A 2A 1D 0 28 DE 1B 30
Octal 131 155 232 52 35 0 50 336 33 60
Binary 1011001 1101101 10011010 101010 11101 0 101000 11011110 11011 110000

Color Harmonies of #596D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596D9A

Black with #596D9A

Text Example


Text Example

White with #596D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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