Html Css Color HEX #597396 Waikawa Grey

📋 copy color: '#597396'

red 89 ◦ green 115 ◦ blue 150

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

Shades of Waikawa Grey #597396

Tints of Waikawa Grey #597396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

 BLUE value IS 150 (58.98% from 255) = 42.37%

R = 25.14%
G = 32.49%
B = 42.37%

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

#597396 (or 0x597396) is known color: Waikawa Grey. HEX triplet: 59, 73 and 96. RGB value is (89,115,150). Sum of RGB (Red+Green+Blue) = 89+115+150=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #597396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597396 is #A68C69. Grayscale: #6F6F6F. Windows color (decimal): -10914922 or 9859929. OLE color: 9859929.

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

Color convert

RGB 89 115 150 -
CMYK 0.41 0.23 0 0.41
HSL 214.43º 0.26% 0.47% -
HSV(B) 214.43º 0.41% 0.59% -
XYZ 15.76 16.59 31.23 -
YUV 111.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 89 115 150 0.41 0.23 0 0.41 214.43 0.26 0.47
Hex 59 73 96 29 17 0 29 D6 1A 2F
Octal 131 163 226 51 27 0 51 326 32 57
Binary 1011001 1110011 10010110 101001 10111 0 101001 11010110 11010 101111

Color Harmonies of #597396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597396

Black with #597396

Text Example


Text Example

White with #597396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597396; }

 p { color: rgb(89,115,150); }

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

background-color css

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

 a { background-color: rgb(89,115,150); }

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

border-color css

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

 span { border-color: rgb(89,115,150); }

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