Html Css Color HEX #596590 Waikawa Grey

📋 copy color: '#596590'

red 89 ◦ green 101 ◦ blue 144

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

Shades of Waikawa Grey #596590

Tints of Waikawa Grey #596590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

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

R = 26.65%
G = 30.24%
B = 43.11%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#596590 (or 0x596590) is known color: Waikawa Grey. HEX triplet: 59, 65 and 90. RGB value is (89,101,144). Sum of RGB (Red+Green+Blue) = 89+101+144=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #596590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596590 is #A69A6F. Grayscale: #666666. Windows color (decimal): -10918512 or 9463129. OLE color: 9463129.

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

Color convert

RGB 89 101 144 -
CMYK 0.38 0.30 0 0.44
HSL 226.91º 0.24% 0.46% -
HSV(B) 226.91º 0.38% 0.56% -
XYZ 13.81 13.44 28.25 -
YUV 102.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 89 101 144 0.38 0.30 0 0.44 226.91 0.24 0.46
Hex 59 65 90 26 1E 0 2C E3 18 2E
Octal 131 145 220 46 36 0 54 343 30 56
Binary 1011001 1100101 10010000 100110 11110 0 101100 11100011 11000 101110

Color Harmonies of #596590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596590

Black with #596590

Text Example


Text Example

White with #596590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596590; }

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

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

background-color css

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

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

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

border-color css

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

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

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