#597486

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

Shades of Wedgewood #597486

Tints of Wedgewood #597486

Color information

#597486 (or 0x597486) is unknown color: approx Wedgewood. HEX triplet: 59, 74 and 86. RGB value is (89,116,134). Sum of RGB (Red+Green+Blue) = 89+116+134=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #597486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597486 is #A68B79. Grayscale: #6D6D6D. Windows color (decimal): -10914682 or 8811609. OLE color: 8811609.

HSL color Cylindrical-coordinate representation of color #597486: hue angle of 204º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #597486 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89116134-
CMYK0.340.1300.47
HSL204º20.18%43.73%-
HSV(B)204º33.58%52.55%-
XYZ14.6716.3424.93-
YUV109.98141.55113.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=26.25%
G=34.22%
B=39.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891161340.340.1300.4720420.1843.73
Hex59748622D02Fcc142c
Octal13116420642150573142454
Binary1011001111010010000110100010110101011111100110010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597486; }

 p { color: rgb(89,116,134); }

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

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

 a { background-color: rgb(89,116,134); }

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

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

 span { border-color: rgb(89,116,134); }

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