#576B81

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

Shades of Wedgewood #576B81

Tints of Wedgewood #576B81

Color information

#576B81 (or 0x576B81) is unknown color: approx Wedgewood. HEX triplet: 57, 6B and 81. RGB value is (87,107,129). Sum of RGB (Red+Green+Blue) = 87+107+129=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 129 - color contains mainly: blue. Hex color #576B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B81 is #A8947E. Grayscale: #676767. Windows color (decimal): -11048063 or 8481623. OLE color: 8481623.

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

Color convert

RGB87107129-
CMYK0.330.1700.49
HSL211.43º19.44%42.35%-
HSV(B)211.43º32.56%50.59%-
XYZ13.1514.1322.8-
YUV103.53142.37116.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 129 (50.78% from 255) = 39.94%
R=26.93%
G=33.13%
B=39.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871071290.330.1700.49211.4319.4442.35
Hex576B812111031d3132a
Octal12715320141210613232352
Binary10101111101011100000011000011000101100011101001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,107,129); }

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

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

 a { background-color: rgb(87,107,129); }

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

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

 span { border-color: rgb(87,107,129); }

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