#597095

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

Shades of Waikawa Grey #597095

Tints of Waikawa Grey #597095

Color information

#597095 (or 0x597095) is unknown color: approx Waikawa Grey. HEX triplet: 59, 70 and 95. RGB value is (89,112,149). Sum of RGB (Red+Green+Blue) = 89+112+149=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #597095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597095 is #A68F6A. Grayscale: #6D6D6D. Windows color (decimal): -10915691 or 9793625. OLE color: 9793625.

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

Color convert

RGB89112149-
CMYK0.400.2500.42
HSL217º25.21%46.67%-
HSV(B)217º40.27%58.43%-
XYZ15.3415.8830.69-
YUV109.34150.38113.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 112 (44.14% from 255) = 32%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=25.43%
G=32%
B=42.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891121490.400.2500.4221725.2146.67
Hex597095281902Ad9192f
Octal13116022550310523313157
Binary10110011110000100101011010001100101010101101100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597095; }

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

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

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

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

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

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

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

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