#597080

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

Shades of Wedgewood #597080

Tints of Wedgewood #597080

Color information

#597080 (or 0x597080) is unknown color: approx Wedgewood. HEX triplet: 59, 70 and 80. RGB value is (89,112,128). Sum of RGB (Red+Green+Blue) = 89+112+128=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #597080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597080 is #A68F7F. Grayscale: #6A6A6A. Windows color (decimal): -10915712 or 8417369. OLE color: 8417369.

HSL color Cylindrical-coordinate representation of color #597080: hue angle of 204.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #597080 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB89112128-
CMYK0.300.1200.50
HSL204.62º17.97%42.55%-
HSV(B)204.62º30.47%50.2%-
XYZ13.8115.2722.64-
YUV106.95139.88115.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=27.05%
G=34.04%
B=38.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891121280.300.1200.50204.6217.9742.55
Hex5970801EC032cd122b
Octal13116020036140623152253
Binary101100111100001000000011110110001100101100110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597080; }

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

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

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

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

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

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

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

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