Html Css Color HEX #596B90 Waikawa Grey

📋 copy color: '#596B90'

red 89 ◦ green 107 ◦ blue 144

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

Shades of Waikawa Grey #596B90

Tints of Waikawa Grey #596B90

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 26.18%
G = 31.47%
B = 42.35%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#596B90 (or 0x596B90) is known color: Waikawa Grey. HEX triplet: 59, 6B and 90. RGB value is (89,107,144). Sum of RGB (Red+Green+Blue) = 89+107+144=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #596B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596B90 is #A6946F. Grayscale: #696969. Windows color (decimal): -10916976 or 9464665. OLE color: 9464665.

HSL color Cylindrical-coordinate representation of color #596B90: hue angle of 220.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #596B90 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 107 144 -
CMYK 0.38 0.26 0 0.44
HSL 220.36º 0.24% 0.46% -
HSV(B) 220.36º 0.38% 0.56% -
XYZ 14.41 14.65 28.45 -
YUV 105.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 89 107 144 0.38 0.26 0 0.44 220.36 0.24 0.46
Hex 59 6B 90 26 1A 0 2C DC 18 2E
Octal 131 153 220 46 32 0 54 334 30 56
Binary 1011001 1101011 10010000 100110 11010 0 101100 11011100 11000 101110

Color Harmonies of #596B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596B90

Black with #596B90

Text Example


Text Example

White with #596B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,107,144); }

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

background-color css

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

 a { background-color: rgb(89,107,144); }

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

border-color css

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

 span { border-color: rgb(89,107,144); }

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