Html Css Color HEX #596699 Waikawa Grey

📋 copy color: '#596699'

red 89 ◦ green 102 ◦ blue 153

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

Shades of Waikawa Grey #596699

Tints of Waikawa Grey #596699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 25.87%
G = 29.65%
B = 44.48%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#596699 (or 0x596699) is known color: Waikawa Grey. HEX triplet: 59, 66 and 99. RGB value is (89,102,153). Sum of RGB (Red+Green+Blue) = 89+102+153=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #596699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596699 is #A69966. Grayscale: #676767. Windows color (decimal): -10918247 or 10053209. OLE color: 10053209.

HSL color Cylindrical-coordinate representation of color #596699: hue angle of 227.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #596699 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 102 153 -
CMYK 0.42 0.33 0 0.4
HSL 227.81º 0.26% 0.47% -
HSV(B) 227.81º 0.42% 0.6% -
XYZ 14.62 13.93 32.05 -
YUV 103.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 89 102 153 0.42 0.33 0 0.4 227.81 0.26 0.47
Hex 59 66 99 2A 21 0 28 E4 1A 2F
Octal 131 146 231 52 41 0 50 344 32 57
Binary 1011001 1100110 10011001 101010 100001 0 101000 11100100 11010 101111

Color Harmonies of #596699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596699

Black with #596699

Text Example


Text Example

White with #596699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596699; }

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

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

background-color css

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

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

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

border-color css

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

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

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