Html Css Color HEX #596893 Waikawa Grey

📋 copy color: '#596893'

red 89 ◦ green 104 ◦ blue 147

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

Shades of Waikawa Grey #596893

Tints of Waikawa Grey #596893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.24%

R = 26.18%
G = 30.59%
B = 43.24%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596893 (or 0x596893) is known color: Waikawa Grey. HEX triplet: 59, 68 and 93. RGB value is (89,104,147). Sum of RGB (Red+Green+Blue) = 89+104+147=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #596893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596893 is #A6976C. Grayscale: #686868. Windows color (decimal): -10917741 or 9660505. OLE color: 9660505.

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

Color convert

RGB 89 104 147 -
CMYK 0.39 0.29 0 0.42
HSL 224.48º 0.25% 0.46% -
HSV(B) 224.48º 0.39% 0.58% -
XYZ 14.34 14.13 29.58 -
YUV 104.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 89 104 147 0.39 0.29 0 0.42 224.48 0.25 0.46
Hex 59 68 93 27 1D 0 2A E0 19 2E
Octal 131 150 223 47 35 0 52 340 31 56
Binary 1011001 1101000 10010011 100111 11101 0 101010 11100000 11001 101110

Color Harmonies of #596893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596893

Black with #596893

Text Example


Text Example

White with #596893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596893; }

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

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

background-color css

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

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

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

border-color css

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

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

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