#576E85

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

Shades of Wedgewood #576E85

Tints of Wedgewood #576E85

Color information

#576E85 (or 0x576E85) is unknown color: approx Wedgewood. HEX triplet: 57, 6E and 85. RGB value is (87,110,133). Sum of RGB (Red+Green+Blue) = 87+110+133=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #576E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576E85 is #A8917A. Grayscale: #696969. Windows color (decimal): -11047291 or 8744535. OLE color: 8744535.

HSL color Cylindrical-coordinate representation of color #576E85: hue angle of 210º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #576E85 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87110133-
CMYK0.350.1700.48
HSL210º20.91%43.14%-
HSV(B)210º34.59%52.16%-
XYZ13.7414.8724.34-
YUV105.74143.38114.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 110 (43.36% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=26.36%
G=33.33%
B=40.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871101330.350.1700.4821020.9143.14
Hex576E852311030d2152b
Octal12715620543210603222553
Binary10101111101110100001011000111000101100001101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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