Html Css Color HEX #596694 Waikawa Grey

📋 copy color: '#596694'

red 89 ◦ green 102 ◦ blue 148

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

Shades of Waikawa Grey #596694

Tints of Waikawa Grey #596694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 26.25%
G = 30.09%
B = 43.66%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596694 (or 0x596694) is known color: Waikawa Grey. HEX triplet: 59, 66 and 94. RGB value is (89,102,148). Sum of RGB (Red+Green+Blue) = 89+102+148=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #596694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596694 is #A6996B. Grayscale: #676767. Windows color (decimal): -10918252 or 9725529. OLE color: 9725529.

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

Color convert

RGB 89 102 148 -
CMYK 0.40 0.31 0 0.42
HSL 226.78º 0.25% 0.46% -
HSV(B) 226.78º 0.4% 0.58% -
XYZ 14.22 13.76 29.92 -
YUV 103.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 89 102 148 0.40 0.31 0 0.42 226.78 0.25 0.46
Hex 59 66 94 28 1F 0 2A E3 19 2E
Octal 131 146 224 50 37 0 52 343 31 56
Binary 1011001 1100110 10010100 101000 11111 0 101010 11100011 11001 101110

Color Harmonies of #596694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596694

Black with #596694

Text Example


Text Example

White with #596694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596694; }

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

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

background-color css

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

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

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

border-color css

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

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

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