Html Css Color HEX #597498 Waikawa Grey

📋 copy color: '#597498'

red 89 ◦ green 116 ◦ blue 152

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

Shades of Waikawa Grey #597498

Tints of Waikawa Grey #597498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 24.93%
G = 32.49%
B = 42.58%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#597498 (or 0x597498) is known color: Waikawa Grey. HEX triplet: 59, 74 and 98. RGB value is (89,116,152). Sum of RGB (Red+Green+Blue) = 89+116+152=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #597498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597498 is #A68B67. Grayscale: #6F6F6F. Windows color (decimal): -10914664 or 9991257. OLE color: 9991257.

HSL color Cylindrical-coordinate representation of color #597498: hue angle of 214.29º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #597498 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 116 152 -
CMYK 0.41 0.24 0 0.40
HSL 214.29º 0.26% 0.47% -
HSV(B) 214.29º 0.41% 0.6% -
XYZ 16.03 16.88 32.12 -
YUV 112.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 89 116 152 0.41 0.24 0 0.40 214.29 0.26 0.47
Hex 59 74 98 29 18 0 28 D6 1A 2F
Octal 131 164 230 51 30 0 50 326 32 57
Binary 1011001 1110100 10011000 101001 11000 0 101000 11010110 11010 101111

Color Harmonies of #597498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597498

Black with #597498

Text Example


Text Example

White with #597498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597498; }

 p { color: rgb(89,116,152); }

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

background-color css

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

 a { background-color: rgb(89,116,152); }

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

border-color css

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

 span { border-color: rgb(89,116,152); }

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