Html Css Color HEX #596591 Waikawa Grey

📋 copy color: '#596591'

red 89 ◦ green 101 ◦ blue 145

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

Shades of Waikawa Grey #596591

Tints of Waikawa Grey #596591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 26.57%
G = 30.15%
B = 43.28%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#596591 (or 0x596591) is known color: Waikawa Grey. HEX triplet: 59, 65 and 91. RGB value is (89,101,145). Sum of RGB (Red+Green+Blue) = 89+101+145=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #596591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596591 is #A69A6E. Grayscale: #666666. Windows color (decimal): -10918511 or 9528665. OLE color: 9528665.

HSL color Cylindrical-coordinate representation of color #596591: hue angle of 227.14º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #596591 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 101 145 -
CMYK 0.39 0.30 0 0.43
HSL 227.14º 0.24% 0.46% -
HSV(B) 227.14º 0.39% 0.57% -
XYZ 13.88 13.48 28.66 -
YUV 102.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 89 101 145 0.39 0.30 0 0.43 227.14 0.24 0.46
Hex 59 65 91 27 1E 0 2B E3 18 2E
Octal 131 145 221 47 36 0 53 343 30 56
Binary 1011001 1100101 10010001 100111 11110 0 101011 11100011 11000 101110

Color Harmonies of #596591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596591

Black with #596591

Text Example


Text Example

White with #596591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596591; }

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

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

background-color css

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

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

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

border-color css

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

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

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