Html Css Color HEX #597297 Waikawa Grey

📋 copy color: '#597297'

red 89 ◦ green 114 ◦ blue 151

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

Shades of Waikawa Grey #597297

Tints of Waikawa Grey #597297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

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

R = 25.14%
G = 32.2%
B = 42.66%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#597297 (or 0x597297) is known color: Waikawa Grey. HEX triplet: 59, 72 and 97. RGB value is (89,114,151). Sum of RGB (Red+Green+Blue) = 89+114+151=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #597297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597297 is #A68D68. Grayscale: #6E6E6E. Windows color (decimal): -10915177 or 9925209. OLE color: 9925209.

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

Color convert

RGB 89 114 151 -
CMYK 0.41 0.25 0 0.41
HSL 215.81º 0.26% 0.47% -
HSV(B) 215.81º 0.41% 0.59% -
XYZ 15.72 16.39 31.61 -
YUV 110.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 89 114 151 0.41 0.25 0 0.41 215.81 0.26 0.47
Hex 59 72 97 29 19 0 29 D8 1A 2F
Octal 131 162 227 51 31 0 51 330 32 57
Binary 1011001 1110010 10010111 101001 11001 0 101001 11011000 11010 101111

Color Harmonies of #597297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597297

Black with #597297

Text Example


Text Example

White with #597297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597297; }

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

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

background-color css

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

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

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

border-color css

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

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

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