#597194

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

Shades of Waikawa Grey #597194

Tints of Waikawa Grey #597194

Color information

#597194 (or 0x597194) is unknown color: approx Waikawa Grey. HEX triplet: 59, 71 and 94. RGB value is (89,113,148). Sum of RGB (Red+Green+Blue) = 89+113+148=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #597194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597194 is #A68E6B. Grayscale: #6D6D6D. Windows color (decimal): -10915436 or 9728345. OLE color: 9728345.

HSL color Cylindrical-coordinate representation of color #597194: hue angle of 215.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #597194 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89113148-
CMYK0.400.2400.42
HSL215.59º24.89%46.47%-
HSV(B)215.59º39.86%58.04%-
XYZ15.3716.0730.31-
YUV109.81149.55113.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=25.43%
G=32.29%
B=42.29%

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
Decimal891131480.400.2400.42215.5924.8946.47
Hex597194281802Ad8192e
Octal13116122450300523303156
Binary10110011110001100101001010001100001010101101100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597194; }

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

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

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

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

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

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

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

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