Html Css Color HEX #596690 Waikawa Grey

📋 copy color: '#596690'

red 89 ◦ green 102 ◦ blue 144

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

Shades of Waikawa Grey #596690

Tints of Waikawa Grey #596690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

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

R = 26.57%
G = 30.45%
B = 42.99%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#596690 (or 0x596690) is known color: Waikawa Grey. HEX triplet: 59, 66 and 90. RGB value is (89,102,144). Sum of RGB (Red+Green+Blue) = 89+102+144=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #596690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596690 is #A6996F. Grayscale: #666666. Windows color (decimal): -10918256 or 9463385. OLE color: 9463385.

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

Color convert

RGB 89 102 144 -
CMYK 0.38 0.29 0 0.44
HSL 225.82º 0.24% 0.46% -
HSV(B) 225.82º 0.38% 0.56% -
XYZ 13.91 13.64 28.29 -
YUV 102.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 89 102 144 0.38 0.29 0 0.44 225.82 0.24 0.46
Hex 59 66 90 26 1D 0 2C E2 18 2E
Octal 131 146 220 46 35 0 54 342 30 56
Binary 1011001 1100110 10010000 100110 11101 0 101100 11100010 11000 101110

Color Harmonies of #596690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596690

Black with #596690

Text Example


Text Example

White with #596690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596690; }

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

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

background-color css

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

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

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

border-color css

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

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

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