Html Css Color HEX #596D9C Waikawa Grey

📋 copy color: '#596D9C'

red 89 ◦ green 109 ◦ blue 156

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

Shades of Waikawa Grey #596D9C

Tints of Waikawa Grey #596D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.07%

R = 25.14%
G = 30.79%
B = 44.07%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#596D9C (or 0x596D9C) is known color: Waikawa Grey. HEX triplet: 59, 6D and 9C. RGB value is (89,109,156). Sum of RGB (Red+Green+Blue) = 89+109+156=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #596D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596D9C is #A69263. Grayscale: #6C6C6C. Windows color (decimal): -10916452 or 10251609. OLE color: 10251609.

HSL color Cylindrical-coordinate representation of color #596D9C: hue angle of 222.09º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #596D9C is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 109 156 -
CMYK 0.43 0.30 0 0.39
HSL 222.09º 0.27% 0.48% -
HSV(B) 222.09º 0.43% 0.61% -
XYZ 15.59 15.46 33.62 -
YUV 108.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 89 109 156 0.43 0.30 0 0.39 222.09 0.27 0.48
Hex 59 6D 9C 2B 1E 0 27 DE 1B 30
Octal 131 155 234 53 36 0 47 336 33 60
Binary 1011001 1101101 10011100 101011 11110 0 100111 11011110 11011 110000

Color Harmonies of #596D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596D9C

Black with #596D9C

Text Example


Text Example

White with #596D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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