Html Css Color HEX #596691 Waikawa Grey

📋 copy color: '#596691'

red 89 ◦ green 102 ◦ blue 145

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

Shades of Waikawa Grey #596691

Tints of Waikawa Grey #596691

RGB

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

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

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

R = 26.49%
G = 30.36%
B = 43.15%

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

#596691 (or 0x596691) is known color: Waikawa Grey. HEX triplet: 59, 66 and 91. RGB value is (89,102,145). Sum of RGB (Red+Green+Blue) = 89+102+145=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #596691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596691 is #A6996E. Grayscale: #666666. Windows color (decimal): -10918255 or 9528921. OLE color: 9528921.

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

Color convert

RGB 89 102 145 -
CMYK 0.39 0.30 0 0.43
HSL 226.07º 0.24% 0.46% -
HSV(B) 226.07º 0.39% 0.57% -
XYZ 13.98 13.67 28.69 -
YUV 103.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 89 102 145 0.39 0.30 0 0.43 226.07 0.24 0.46
Hex 59 66 91 27 1E 0 2B E2 18 2E
Octal 131 146 221 47 36 0 53 342 30 56
Binary 1011001 1100110 10010001 100111 11110 0 101011 11100010 11000 101110

Color Harmonies of #596691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596691

Black with #596691

Text Example


Text Example

White with #596691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596691; }

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

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

background-color css

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

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

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

border-color css

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

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

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