Html Css Color HEX #596495 Waikawa Grey

📋 copy color: '#596495'

red 89 ◦ green 100 ◦ blue 149

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

Shades of Waikawa Grey #596495

Tints of Waikawa Grey #596495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

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

R = 26.33%
G = 29.59%
B = 44.08%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596495 (or 0x596495) is known color: Waikawa Grey. HEX triplet: 59, 64 and 95. RGB value is (89,100,149). Sum of RGB (Red+Green+Blue) = 89+100+149=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #596495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596495 is #A69B6A. Grayscale: #666666. Windows color (decimal): -10918763 or 9790553. OLE color: 9790553.

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

Color convert

RGB 89 100 149 -
CMYK 0.40 0.33 0 0.42
HSL 229º 0.25% 0.47% -
HSV(B) 229º 0.4% 0.58% -
XYZ 14.1 13.41 30.28 -
YUV 102.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 89 100 149 0.40 0.33 0 0.42 229 0.25 0.47
Hex 59 64 95 28 21 0 2A E5 19 2F
Octal 131 144 225 50 41 0 52 345 31 57
Binary 1011001 1100100 10010101 101000 100001 0 101010 11100101 11001 101111

Color Harmonies of #596495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596495

Black with #596495

Text Example


Text Example

White with #596495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596495; }

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

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

background-color css

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

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

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

border-color css

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

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

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