#576D83

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

Shades of Wedgewood #576D83

Tints of Wedgewood #576D83

Color information

#576D83 (or 0x576D83) is unknown color: approx Wedgewood. HEX triplet: 57, 6D and 83. RGB value is (87,109,131). Sum of RGB (Red+Green+Blue) = 87+109+131=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #576D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D83 is #A8927C. Grayscale: #686868. Windows color (decimal): -11047549 or 8613207. OLE color: 8613207.

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

Color convert

RGB87109131-
CMYK0.340.1700.49
HSL210º20.18%42.75%-
HSV(B)210º33.59%51.37%-
XYZ13.514.623.58-
YUV104.93142.71115.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=26.61%
G=33.33%
B=40.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871091310.340.1700.4921020.1842.75
Hex576D832211031d2142b
Octal12715520342210613222453
Binary10101111101101100000111000101000101100011101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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