#576D7D

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

Shades of Wedgewood #576D7D

Tints of Wedgewood #576D7D

Color information

#576D7D (or 0x576D7D) is unknown color: approx Wedgewood. HEX triplet: 57, 6D and 7D. RGB value is (87,109,125). Sum of RGB (Red+Green+Blue) = 87+109+125=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 125 - color contains mainly: blue. Hex color #576D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576D7D is #A89282. Grayscale: #686868. Windows color (decimal): -11047555 or 8219991. OLE color: 8219991.

HSL color Cylindrical-coordinate representation of color #576D7D: hue angle of 205.26º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #576D7D is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB87109125-
CMYK0.300.1300.51
HSL205.26º17.92%41.57%-
HSV(B)205.26º30.4%49.02%-
XYZ13.114.4421.5-
YUV104.25139.71115.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 125 (49.22% from 255) = 38.94%
R=27.10%
G=33.96%
B=38.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871091250.300.1300.51205.2617.9241.57
Hex576D7D1ED033cd122a
Octal12715517536150633152252
Binary10101111101101111110111110110101100111100110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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