Html Css Color HEX #597193 Waikawa Grey

📋 copy color: '#597193'

red 89 ◦ green 113 ◦ blue 147

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

Shades of Waikawa Grey #597193

Tints of Waikawa Grey #597193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

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

R = 25.5%
G = 32.38%
B = 42.12%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597193 (or 0x597193) is known color: Waikawa Grey. HEX triplet: 59, 71 and 93. RGB value is (89,113,147). Sum of RGB (Red+Green+Blue) = 89+113+147=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #597193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597193 is #A68E6C. Grayscale: #6D6D6D. Windows color (decimal): -10915437 or 9662809. OLE color: 9662809.

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

Color convert

RGB 89 113 147 -
CMYK 0.39 0.23 0 0.42
HSL 215.17º 0.25% 0.46% -
HSV(B) 215.17º 0.39% 0.58% -
XYZ 15.29 16.04 29.89 -
YUV 109.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 89 113 147 0.39 0.23 0 0.42 215.17 0.25 0.46
Hex 59 71 93 27 17 0 2A D7 19 2E
Octal 131 161 223 47 27 0 52 327 31 56
Binary 1011001 1110001 10010011 100111 10111 0 101010 11010111 11001 101110

Color Harmonies of #597193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597193

Black with #597193

Text Example


Text Example

White with #597193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597193; }

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

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

background-color css

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

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

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

border-color css

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

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

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