#576E82

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

Shades of Wedgewood #576E82

Tints of Wedgewood #576E82

Color information

#576E82 (or 0x576E82) is unknown color: approx Wedgewood. HEX triplet: 57, 6E and 82. RGB value is (87,110,130). Sum of RGB (Red+Green+Blue) = 87+110+130=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #576E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576E82 is #A8917D. Grayscale: #696969. Windows color (decimal): -11047294 or 8547927. OLE color: 8547927.

HSL color Cylindrical-coordinate representation of color #576E82: hue angle of 207.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #576E82 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB87110130-
CMYK0.330.1500.49
HSL207.91º19.82%42.55%-
HSV(B)207.91º33.08%50.98%-
XYZ13.5414.7923.26-
YUV105.4141.88114.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=26.61%
G=33.64%
B=39.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871101300.330.1500.49207.9119.8242.55
Hex576E8221F031d0142b
Octal12715620241170613202453
Binary1010111110111010000010100001111101100011101000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576E82; }

 p { color: rgb(87,110,130); }

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

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

 a { background-color: rgb(87,110,130); }

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

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

 span { border-color: rgb(87,110,130); }

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