#597182

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

Shades of Wedgewood #597182

Tints of Wedgewood #597182

Color information

#597182 (or 0x597182) is unknown color: approx Wedgewood. HEX triplet: 59, 71 and 82. RGB value is (89,113,130). Sum of RGB (Red+Green+Blue) = 89+113+130=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #597182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597182 is #A68E7D. Grayscale: #6B6B6B. Windows color (decimal): -10915454 or 8548697. OLE color: 8548697.

HSL color Cylindrical-coordinate representation of color #597182: hue angle of 204.88º 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 #597182 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB89113130-
CMYK0.320.1300.49
HSL204.88º18.72%42.94%-
HSV(B)204.88º31.54%50.98%-
XYZ14.0515.5523.38-
YUV107.76140.55114.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=26.81%
G=34.04%
B=39.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891131300.320.1300.49204.8818.7242.94
Hex59718220D031cd132b
Octal13116120240150613152353
Binary1011001111000110000010100000110101100011100110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597182; }

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

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

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

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

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

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

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

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