#597195

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

Shades of Waikawa Grey #597195

Tints of Waikawa Grey #597195

Color information

#597195 (or 0x597195) is unknown color: approx Waikawa Grey. HEX triplet: 59, 71 and 95. RGB value is (89,113,149). Sum of RGB (Red+Green+Blue) = 89+113+149=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #597195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597195 is #A68E6A. Grayscale: #6D6D6D. Windows color (decimal): -10915435 or 9793881. OLE color: 9793881.

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

Color convert

RGB89113149-
CMYK0.400.2400.42
HSL216º25.21%46.67%-
HSV(B)216º40.27%58.43%-
XYZ15.4516.130.73-
YUV109.93150.05113.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.36%
GREEN value IS 113 (44.53% from 255) = 32.19%
BLUE value IS 149 (58.59% from 255) = 42.45%
R=25.36%
G=32.19%
B=42.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891131490.400.2400.4221625.2146.67
Hex597195281802Ad8192f
Octal13116122550300523303157
Binary10110011110001100101011010001100001010101101100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597195; }

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

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

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

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

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

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

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

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