Html Css Color HEX #597497 Waikawa Grey

📋 copy color: '#597497'

red 89 ◦ green 116 ◦ blue 151

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

Shades of Waikawa Grey #597497

Tints of Waikawa Grey #597497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

 BLUE value IS 151 (59.38% from 255) = 42.42%

R = 25%
G = 32.58%
B = 42.42%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#597497 (or 0x597497) is known color: Waikawa Grey. HEX triplet: 59, 74 and 97. RGB value is (89,116,151). Sum of RGB (Red+Green+Blue) = 89+116+151=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 151 - color contains mainly: blue. Hex color #597497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597497 is #A68B68. Grayscale: #6F6F6F. Windows color (decimal): -10914665 or 9925721. OLE color: 9925721.

HSL color Cylindrical-coordinate representation of color #597497: hue angle of 213.87º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #597497 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 116 151 -
CMYK 0.41 0.23 0 0.41
HSL 213.87º 0.26% 0.47% -
HSV(B) 213.87º 0.41% 0.59% -
XYZ 15.95 16.85 31.69 -
YUV 111.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 89 116 151 0.41 0.23 0 0.41 213.87 0.26 0.47
Hex 59 74 97 29 17 0 29 D6 1A 2F
Octal 131 164 227 51 27 0 51 326 32 57
Binary 1011001 1110100 10010111 101001 10111 0 101001 11010110 11010 101111

Color Harmonies of #597497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597497

Black with #597497

Text Example


Text Example

White with #597497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597497; }

 p { color: rgb(89,116,151); }

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

background-color css

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

 a { background-color: rgb(89,116,151); }

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

border-color css

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

 span { border-color: rgb(89,116,151); }

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