Html Css Color HEX #597097 Waikawa Grey

📋 copy color: '#597097'

red 89 ◦ green 112 ◦ blue 151

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

Shades of Waikawa Grey #597097

Tints of Waikawa Grey #597097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

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

R = 25.28%
G = 31.82%
B = 42.9%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#597097 (or 0x597097) is known color: Waikawa Grey. HEX triplet: 59, 70 and 97. RGB value is (89,112,151). Sum of RGB (Red+Green+Blue) = 89+112+151=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #597097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597097 is #A68F68. Grayscale: #6D6D6D. Windows color (decimal): -10915689 or 9924697. OLE color: 9924697.

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

Color convert

RGB 89 112 151 -
CMYK 0.41 0.26 0 0.41
HSL 217.74º 0.26% 0.47% -
HSV(B) 217.74º 0.41% 0.59% -
XYZ 15.5 15.95 31.54 -
YUV 109.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 89 112 151 0.41 0.26 0 0.41 217.74 0.26 0.47
Hex 59 70 97 29 1A 0 29 DA 1A 2F
Octal 131 160 227 51 32 0 51 332 32 57
Binary 1011001 1110000 10010111 101001 11010 0 101001 11011010 11010 101111

Color Harmonies of #597097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597097

Black with #597097

Text Example


Text Example

White with #597097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597097; }

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

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

background-color css

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

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

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

border-color css

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

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

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