Html Css Color HEX #597398 Waikawa Grey

📋 copy color: '#597398'

red 89 ◦ green 115 ◦ blue 152

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

Shades of Waikawa Grey #597398

Tints of Waikawa Grey #597398

RGB

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

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

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

R = 25%
G = 32.3%
B = 42.7%

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

#597398 (or 0x597398) is known color: Waikawa Grey. HEX triplet: 59, 73 and 98. RGB value is (89,115,152). Sum of RGB (Red+Green+Blue) = 89+115+152=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #597398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597398 is #A68C67. Grayscale: #6F6F6F. Windows color (decimal): -10914920 or 9991001. OLE color: 9991001.

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

Color convert

RGB 89 115 152 -
CMYK 0.41 0.24 0 0.40
HSL 215.24º 0.26% 0.47% -
HSV(B) 215.24º 0.41% 0.6% -
XYZ 15.92 16.65 32.08 -
YUV 111.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 89 115 152 0.41 0.24 0 0.40 215.24 0.26 0.47
Hex 59 73 98 29 18 0 28 D7 1A 2F
Octal 131 163 230 51 30 0 50 327 32 57
Binary 1011001 1110011 10011000 101001 11000 0 101000 11010111 11010 101111

Color Harmonies of #597398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597398

Black with #597398

Text Example


Text Example

White with #597398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597398; }

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

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

background-color css

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

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

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

border-color css

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

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

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