#597082

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

Shades of Wedgewood #597082

Tints of Wedgewood #597082

Color information

#597082 (or 0x597082) is unknown color: approx Wedgewood. HEX triplet: 59, 70 and 82. RGB value is (89,112,130). Sum of RGB (Red+Green+Blue) = 89+112+130=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #597082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597082 is #A68F7D. Grayscale: #6B6B6B. Windows color (decimal): -10915710 or 8548441. OLE color: 8548441.

HSL color Cylindrical-coordinate representation of color #597082: hue angle of 206.34º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #597082 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB89112130-
CMYK0.320.1400.49
HSL206.34º18.72%42.94%-
HSV(B)206.34º31.54%50.98%-
XYZ13.9415.3223.34-
YUV107.18140.88115.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=26.89%
G=33.84%
B=39.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891121300.320.1400.49206.3418.7242.94
Hex59708220E031ce132b
Octal13116020240160613162353
Binary1011001111000010000010100000111001100011100111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597082; }

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

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

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

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

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

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

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

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