#597098

Color #597098 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #597098

Tints of Waikawa Grey #597098

Color information

#597098 (or 0x597098) is unknown color: approx Waikawa Grey. HEX triplet: 59, 70 and 98. RGB value is (89,112,152). Sum of RGB (Red+Green+Blue) = 89+112+152=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #597098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597098 is #A68F67. Grayscale: #6D6D6D. Windows color (decimal): -10915688 or 9990233. OLE color: 9990233.

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

Color convert

RGB89112152-
CMYK0.410.2600.40
HSL218.1º26.14%47.25%-
HSV(B)218.1º41.45%59.61%-
XYZ15.5815.9831.97-
YUV109.68151.88113.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.21%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 152 (59.77% from 255) = 43.06%
R=25.21%
G=31.73%
B=43.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891121520.410.2600.40218.126.1447.25
Hex597098291A028da1a2f
Octal13116023051320503323257
Binary10110011110000100110001010011101001010001101101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597098; }

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

 H1.HeaderClassName
 {
   color: #597098;
 }
 .AnyTagClassName
 {
   color: #597098;
 }
</style>
background-color css

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

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

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

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

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

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