Html Css Color HEX #597597 Waikawa Grey

📋 copy color: '#597597'

red 89 ◦ green 117 ◦ blue 151

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

Shades of Waikawa Grey #597597

Tints of Waikawa Grey #597597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 24.93%
G = 32.77%
B = 42.3%

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

#597597 (or 0x597597) is known color: Waikawa Grey. HEX triplet: 59, 75 and 97. RGB value is (89,117,151). Sum of RGB (Red+Green+Blue) = 89+117+151=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #597597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597597 is #A68A68. Grayscale: #707070. Windows color (decimal): -10914409 or 9925977. OLE color: 9925977.

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

Color convert

RGB 89 117 151 -
CMYK 0.41 0.23 0 0.41
HSL 212.9º 0.26% 0.47% -
HSV(B) 212.9º 0.41% 0.59% -
XYZ 16.07 17.08 31.73 -
YUV 112.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 89 117 151 0.41 0.23 0 0.41 212.9 0.26 0.47
Hex 59 75 97 29 17 0 29 D5 1A 2F
Octal 131 165 227 51 27 0 51 325 32 57
Binary 1011001 1110101 10010111 101001 10111 0 101001 11010101 11010 101111

Color Harmonies of #597597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597597

Black with #597597

Text Example


Text Example

White with #597597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597597; }

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

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

background-color css

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

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

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

border-color css

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

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

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