#597295

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

Shades of Waikawa Grey #597295

Tints of Waikawa Grey #597295

Color information

#597295 (or 0x597295) is unknown color: approx Waikawa Grey. HEX triplet: 59, 72 and 95. RGB value is (89,114,149). Sum of RGB (Red+Green+Blue) = 89+114+149=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #597295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597295 is #A68D6A. Grayscale: #6E6E6E. Windows color (decimal): -10915179 or 9794137. OLE color: 9794137.

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

Color convert

RGB89114149-
CMYK0.400.2300.42
HSL215º25.21%46.67%-
HSV(B)215º40.27%58.43%-
XYZ15.5616.3330.77-
YUV110.52149.72112.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=25.28%
G=32.39%
B=42.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891141490.400.2300.4221525.2146.67
Hex597295281702Ad7192f
Octal13116222550270523273157
Binary10110011110010100101011010001011101010101101011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597295; }

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

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

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

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

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

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

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

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