Html Css Color HEX #597195 Waikawa Grey

📋 copy color: '#597195'

red 89 ◦ green 113 ◦ blue 149

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

Shades of Waikawa Grey #597195

Tints of Waikawa Grey #597195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.19%

 BLUE value IS 149 (58.59% from 255) = 42.45%

R = 25.36%
G = 32.19%
B = 42.45%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597195 (or 0x597195) is known color: Waikawa Grey. HEX triplet: 59, 71 and 95. RGB value is (89,113,149). Sum of RGB (Red+Green+Blue) = 89+113+149=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #597195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597195 is #A68E6A. Grayscale: #6D6D6D. Windows color (decimal): -10915435 or 9793881. OLE color: 9793881.

HSL color Cylindrical-coordinate representation of color #597195: hue angle of 216º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #597195 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 113 149 -
CMYK 0.40 0.24 0 0.42
HSL 216º 0.25% 0.47% -
HSV(B) 216º 0.4% 0.58% -
XYZ 15.45 16.1 30.73 -
YUV 109.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 89 113 149 0.40 0.24 0 0.42 216 0.25 0.47
Hex 59 71 95 28 18 0 2A D8 19 2F
Octal 131 161 225 50 30 0 52 330 31 57
Binary 1011001 1110001 10010101 101000 11000 0 101010 11011000 11001 101111

Color Harmonies of #597195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597195

Black with #597195

Text Example


Text Example

White with #597195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597195; }

 p { color: rgb(89,113,149); }

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

background-color css

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

 a { background-color: rgb(89,113,149); }

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

border-color css

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

 span { border-color: rgb(89,113,149); }

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