#597396

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

Shades of Waikawa Grey #597396

Tints of Waikawa Grey #597396

Color information

#597396 (or 0x597396) is unknown color: approx Waikawa Grey. HEX triplet: 59, 73 and 96. RGB value is (89,115,150). Sum of RGB (Red+Green+Blue) = 89+115+150=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #597396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597396 is #A68C69. Grayscale: #6F6F6F. Windows color (decimal): -10914922 or 9859929. OLE color: 9859929.

HSL color Cylindrical-coordinate representation of color #597396: hue angle of 214.43º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #597396 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB89115150-
CMYK0.410.2300.41
HSL214.43º25.52%46.86%-
HSV(B)214.43º40.67%58.82%-
XYZ15.7616.5931.23-
YUV111.22149.89112.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.14%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 150 (58.98% from 255) = 42.37%
R=25.14%
G=32.49%
B=42.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891151500.410.2300.41214.4325.5246.86
Hex5973962917029d61a2f
Octal13116322651270513263257
Binary10110011110011100101101010011011101010011101011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597396; }

 p { color: rgb(89,115,150); }

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

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

 a { background-color: rgb(89,115,150); }

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

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

 span { border-color: rgb(89,115,150); }

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