Html Css Color HEX #596990 Waikawa Grey

📋 copy color: '#596990'

red 89 ◦ green 105 ◦ blue 144

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

Shades of Waikawa Grey #596990

Tints of Waikawa Grey #596990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

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

R = 26.33%
G = 31.07%
B = 42.6%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#596990 (or 0x596990) is known color: Waikawa Grey. HEX triplet: 59, 69 and 90. RGB value is (89,105,144). Sum of RGB (Red+Green+Blue) = 89+105+144=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #596990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596990 is #A6966F. Grayscale: #686868. Windows color (decimal): -10917488 or 9464153. OLE color: 9464153.

HSL color Cylindrical-coordinate representation of color #596990: hue angle of 222.55º 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 #596990 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 105 144 -
CMYK 0.38 0.27 0 0.44
HSL 222.55º 0.24% 0.46% -
HSV(B) 222.55º 0.38% 0.56% -
XYZ 14.21 14.24 28.39 -
YUV 104.66 150.2 116.83 -
System Red Green Blue C M Y K H S L
Decimal 89 105 144 0.38 0.27 0 0.44 222.55 0.24 0.46
Hex 59 69 90 26 1B 0 2C DF 18 2E
Octal 131 151 220 46 33 0 54 337 30 56
Binary 1011001 1101001 10010000 100110 11011 0 101100 11011111 11000 101110

Color Harmonies of #596990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596990

Black with #596990

Text Example


Text Example

White with #596990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596990; }

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

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

background-color css

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

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

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

border-color css

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

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

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