Html Css Color HEX #596E9C Waikawa Grey

📋 copy color: '#596E9C'

red 89 ◦ green 110 ◦ blue 156

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

Shades of Waikawa Grey #596E9C

Tints of Waikawa Grey #596E9C

RGB

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

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

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

R = 25.07%
G = 30.99%
B = 43.94%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#596E9C (or 0x596E9C) is known color: Waikawa Grey. HEX triplet: 59, 6E and 9C. RGB value is (89,110,156). Sum of RGB (Red+Green+Blue) = 89+110+156=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #596E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E9C is #A69163. Grayscale: #6C6C6C. Windows color (decimal): -10916196 or 10251865. OLE color: 10251865.

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

Color convert

RGB 89 110 156 -
CMYK 0.43 0.29 0 0.39
HSL 221.19º 0.27% 0.48% -
HSV(B) 221.19º 0.43% 0.61% -
XYZ 15.7 15.68 33.65 -
YUV 108.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 89 110 156 0.43 0.29 0 0.39 221.19 0.27 0.48
Hex 59 6E 9C 2B 1D 0 27 DD 1B 30
Octal 131 156 234 53 35 0 47 335 33 60
Binary 1011001 1101110 10011100 101011 11101 0 100111 11011101 11011 110000

Color Harmonies of #596E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596E9C

Black with #596E9C

Text Example


Text Example

White with #596E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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