Html Css Color HEX #596595 Waikawa Grey

📋 copy color: '#596595'

red 89 ◦ green 101 ◦ blue 149

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

Shades of Waikawa Grey #596595

Tints of Waikawa Grey #596595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 26.25%
G = 29.79%
B = 43.95%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596595 (or 0x596595) is known color: Waikawa Grey. HEX triplet: 59, 65 and 95. RGB value is (89,101,149). Sum of RGB (Red+Green+Blue) = 89+101+149=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #596595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596595 is #A69A6A. Grayscale: #666666. Windows color (decimal): -10918507 or 9790809. OLE color: 9790809.

HSL color Cylindrical-coordinate representation of color #596595: hue angle of 228º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #596595 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 101 149 -
CMYK 0.40 0.32 0 0.42
HSL 228º 0.25% 0.47% -
HSV(B) 228º 0.4% 0.58% -
XYZ 14.2 13.6 30.31 -
YUV 102.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 89 101 149 0.40 0.32 0 0.42 228 0.25 0.47
Hex 59 65 95 28 20 0 2A E4 19 2F
Octal 131 145 225 50 40 0 52 344 31 57
Binary 1011001 1100101 10010101 101000 100000 0 101010 11100100 11001 101111

Color Harmonies of #596595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596595

Black with #596595

Text Example


Text Example

White with #596595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596595; }

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

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

background-color css

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

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

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

border-color css

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

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

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