#576E7F

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

Shades of Wedgewood #576E7F

Tints of Wedgewood #576E7F

Color information

#576E7F (or 0x576E7F) is unknown color: approx Wedgewood. HEX triplet: 57, 6E and 7F. RGB value is (87,110,127). Sum of RGB (Red+Green+Blue) = 87+110+127=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #576E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576E7F is #A89180. Grayscale: #686868. Windows color (decimal): -11047297 or 8351319. OLE color: 8351319.

HSL color Cylindrical-coordinate representation of color #576E7F: hue angle of 205.5º 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 #576E7F is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB87110127-
CMYK0.310.1300.50
HSL205.5º18.69%41.96%-
HSV(B)205.5º31.5%49.8%-
XYZ13.3414.7122.22-
YUV105.06140.38115.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 127 (50% from 255) = 39.20%
R=26.85%
G=33.95%
B=39.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871101270.310.1300.50205.518.6941.96
Hex576E7F1FD032ce132a
Octal12715617737150623162352
Binary10101111101110111111111111110101100101100111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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