Html Css Color HEX #596995 Waikawa Grey

📋 copy color: '#596995'

red 89 ◦ green 105 ◦ blue 149

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

Shades of Waikawa Grey #596995

Tints of Waikawa Grey #596995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 25.95%
G = 30.61%
B = 43.44%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596995 (or 0x596995) is known color: Waikawa Grey. HEX triplet: 59, 69 and 95. RGB value is (89,105,149). Sum of RGB (Red+Green+Blue) = 89+105+149=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #596995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596995 is #A6966A. Grayscale: #696969. Windows color (decimal): -10917483 or 9791833. OLE color: 9791833.

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

Color convert

RGB 89 105 149 -
CMYK 0.40 0.30 0 0.42
HSL 224º 0.25% 0.47% -
HSV(B) 224º 0.4% 0.58% -
XYZ 14.6 14.4 30.44 -
YUV 105.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 89 105 149 0.40 0.30 0 0.42 224 0.25 0.47
Hex 59 69 95 28 1E 0 2A E0 19 2F
Octal 131 151 225 50 36 0 52 340 31 57
Binary 1011001 1101001 10010101 101000 11110 0 101010 11100000 11001 101111

Color Harmonies of #596995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596995

Black with #596995

Text Example


Text Example

White with #596995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596995; }

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

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

background-color css

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

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

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

border-color css

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

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

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