Html Css Color HEX #596894 Waikawa Grey

📋 copy color: '#596894'

red 89 ◦ green 104 ◦ blue 148

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

Shades of Waikawa Grey #596894

Tints of Waikawa Grey #596894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 26.1%
G = 30.5%
B = 43.4%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596894 (or 0x596894) is known color: Waikawa Grey. HEX triplet: 59, 68 and 94. RGB value is (89,104,148). Sum of RGB (Red+Green+Blue) = 89+104+148=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #596894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596894 is #A6976B. Grayscale: #686868. Windows color (decimal): -10917740 or 9726041. OLE color: 9726041.

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

Color convert

RGB 89 104 148 -
CMYK 0.40 0.30 0 0.42
HSL 224.75º 0.25% 0.46% -
HSV(B) 224.75º 0.4% 0.58% -
XYZ 14.42 14.16 29.99 -
YUV 104.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 89 104 148 0.40 0.30 0 0.42 224.75 0.25 0.46
Hex 59 68 94 28 1E 0 2A E1 19 2E
Octal 131 150 224 50 36 0 52 341 31 56
Binary 1011001 1101000 10010100 101000 11110 0 101010 11100001 11001 101110

Color Harmonies of #596894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596894

Black with #596894

Text Example


Text Example

White with #596894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596894; }

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

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

background-color css

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

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

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

border-color css

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

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

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