Html Css Color HEX #597599 Waikawa Grey

📋 copy color: '#597599'

red 89 ◦ green 117 ◦ blue 153

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

Shades of Waikawa Grey #597599

Tints of Waikawa Grey #597599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 153 (60.16% from 255) = 42.62%

R = 24.79%
G = 32.59%
B = 42.62%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#597599 (or 0x597599) is known color: Waikawa Grey. HEX triplet: 59, 75 and 99. RGB value is (89,117,153). Sum of RGB (Red+Green+Blue) = 89+117+153=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #597599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597599 is #A68A66. Grayscale: #707070. Windows color (decimal): -10914407 or 10057049. OLE color: 10057049.

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

Color convert

RGB 89 117 153 -
CMYK 0.42 0.24 0 0.4
HSL 213.75º 0.26% 0.47% -
HSV(B) 213.75º 0.42% 0.6% -
XYZ 16.23 17.15 32.59 -
YUV 112.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 89 117 153 0.42 0.24 0 0.4 213.75 0.26 0.47
Hex 59 75 99 2A 18 0 28 D6 1A 2F
Octal 131 165 231 52 30 0 50 326 32 57
Binary 1011001 1110101 10011001 101010 11000 0 101000 11010110 11010 101111

Color Harmonies of #597599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597599

Black with #597599

Text Example


Text Example

White with #597599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597599; }

 p { color: rgb(89,117,153); }

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

background-color css

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

 a { background-color: rgb(89,117,153); }

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

border-color css

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

 span { border-color: rgb(89,117,153); }

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