#576D7F

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

Shades of Wedgewood #576D7F

Tints of Wedgewood #576D7F

Color information

#576D7F (or 0x576D7F) is unknown color: approx Wedgewood. HEX triplet: 57, 6D and 7F. RGB value is (87,109,127). Sum of RGB (Red+Green+Blue) = 87+109+127=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #576D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576D7F is #A89280. Grayscale: #686868. Windows color (decimal): -11047553 or 8351063. OLE color: 8351063.

HSL color Cylindrical-coordinate representation of color #576D7F: hue angle of 207º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #576D7F is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB87109127-
CMYK0.310.1400.50
HSL207º18.69%41.96%-
HSV(B)207º31.5%49.8%-
XYZ13.2314.522.18-
YUV104.47140.71115.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 127 (50% from 255) = 39.32%
R=26.93%
G=33.75%
B=39.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871091270.310.1400.5020718.6941.96
Hex576D7F1FE032cf132a
Octal12715517737160623172352
Binary10101111101101111111111111111001100101100111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,109,127); }

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

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

 a { background-color: rgb(87,109,127); }

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

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

 span { border-color: rgb(87,109,127); }

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