Html Css Color HEX #596994 Waikawa Grey

📋 copy color: '#596994'

red 89 ◦ green 105 ◦ blue 148

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

Shades of Waikawa Grey #596994

Tints of Waikawa Grey #596994

RGB

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

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

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

R = 26.02%
G = 30.7%
B = 43.27%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596994 (or 0x596994) is known color: Waikawa Grey. HEX triplet: 59, 69 and 94. RGB value is (89,105,148). Sum of RGB (Red+Green+Blue) = 89+105+148=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #596994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596994 is #A6966B. Grayscale: #686868. Windows color (decimal): -10917484 or 9726297. OLE color: 9726297.

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

Color convert

RGB 89 105 148 -
CMYK 0.40 0.29 0 0.42
HSL 223.73º 0.25% 0.46% -
HSV(B) 223.73º 0.4% 0.58% -
XYZ 14.52 14.37 30.02 -
YUV 105.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 89 105 148 0.40 0.29 0 0.42 223.73 0.25 0.46
Hex 59 69 94 28 1D 0 2A E0 19 2E
Octal 131 151 224 50 35 0 52 340 31 56
Binary 1011001 1101001 10010100 101000 11101 0 101010 11100000 11001 101110

Color Harmonies of #596994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596994

Black with #596994

Text Example


Text Example

White with #596994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596994; }

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

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

background-color css

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

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

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

border-color css

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

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

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