Html Css Color HEX #597096 Waikawa Grey

📋 copy color: '#597096'

red 89 ◦ green 112 ◦ blue 150

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

Shades of Waikawa Grey #597096

Tints of Waikawa Grey #597096

RGB

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

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

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

R = 25.36%
G = 31.91%
B = 42.74%

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

#597096 (or 0x597096) is known color: Waikawa Grey. HEX triplet: 59, 70 and 96. RGB value is (89,112,150). Sum of RGB (Red+Green+Blue) = 89+112+150=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #597096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597096 is #A68F69. Grayscale: #6D6D6D. Windows color (decimal): -10915690 or 9859161. OLE color: 9859161.

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

Color convert

RGB 89 112 150 -
CMYK 0.41 0.25 0 0.41
HSL 217.38º 0.26% 0.47% -
HSV(B) 217.38º 0.41% 0.59% -
XYZ 15.42 15.91 31.11 -
YUV 109.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 89 112 150 0.41 0.25 0 0.41 217.38 0.26 0.47
Hex 59 70 96 29 19 0 29 D9 1A 2F
Octal 131 160 226 51 31 0 51 331 32 57
Binary 1011001 1110000 10010110 101001 11001 0 101001 11011001 11010 101111

Color Harmonies of #597096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597096

Black with #597096

Text Example


Text Example

White with #597096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597096; }

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

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

background-color css

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

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

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

border-color css

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

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

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