Html Css Color HEX #596E94 Waikawa Grey

📋 copy color: '#596E94'

red 89 ◦ green 110 ◦ blue 148

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

Shades of Waikawa Grey #596E94

Tints of Waikawa Grey #596E94

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.7%

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

R = 25.65%
G = 31.7%
B = 42.65%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596E94 (or 0x596E94) is known color: Waikawa Grey. HEX triplet: 59, 6E and 94. RGB value is (89,110,148). Sum of RGB (Red+Green+Blue) = 89+110+148=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #596E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E94 is #A6916B. Grayscale: #6B6B6B. Windows color (decimal): -10916204 or 9727577. OLE color: 9727577.

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

Color convert

RGB 89 110 148 -
CMYK 0.40 0.26 0 0.42
HSL 218.64º 0.25% 0.46% -
HSV(B) 218.64º 0.4% 0.58% -
XYZ 15.04 15.41 30.2 -
YUV 108.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 89 110 148 0.40 0.26 0 0.42 218.64 0.25 0.46
Hex 59 6E 94 28 1A 0 2A DB 19 2E
Octal 131 156 224 50 32 0 52 333 31 56
Binary 1011001 1101110 10010100 101000 11010 0 101010 11011011 11001 101110

Color Harmonies of #596E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596E94

Black with #596E94

Text Example


Text Example

White with #596E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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