Html Css Color HEX #597395 Waikawa Grey

📋 copy color: '#597395'

red 89 ◦ green 115 ◦ blue 149

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

Shades of Waikawa Grey #597395

Tints of Waikawa Grey #597395

RGB

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

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

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

R = 25.21%
G = 32.58%
B = 42.21%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597395 (or 0x597395) is known color: Waikawa Grey. HEX triplet: 59, 73 and 95. RGB value is (89,115,149). Sum of RGB (Red+Green+Blue) = 89+115+149=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #597395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597395 is #A68C6A. Grayscale: #6E6E6E. Windows color (decimal): -10914923 or 9794393. OLE color: 9794393.

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

Color convert

RGB 89 115 149 -
CMYK 0.40 0.23 0 0.42
HSL 214º 0.25% 0.47% -
HSV(B) 214º 0.4% 0.58% -
XYZ 15.68 16.56 30.8 -
YUV 111.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 89 115 149 0.40 0.23 0 0.42 214 0.25 0.47
Hex 59 73 95 28 17 0 2A D6 19 2F
Octal 131 163 225 50 27 0 52 326 31 57
Binary 1011001 1110011 10010101 101000 10111 0 101010 11010110 11001 101111

Color Harmonies of #597395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597395

Black with #597395

Text Example


Text Example

White with #597395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597395; }

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

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

background-color css

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

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

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

border-color css

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

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

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