#566981

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

Shades of Wedgewood #566981

Tints of Wedgewood #566981

Color information

#566981 (or 0x566981) is unknown color: approx Wedgewood. HEX triplet: 56, 69 and 81. RGB value is (86,105,129). Sum of RGB (Red+Green+Blue) = 86+105+129=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #566981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566981 is #A9967E. Grayscale: #656565. Windows color (decimal): -11114111 or 8481110. OLE color: 8481110.

HSL color Cylindrical-coordinate representation of color #566981: hue angle of 213.49º degrees, saturation: 0.2, 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 #566981 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB86105129-
CMYK0.330.1900.49
HSL213.49º20%42.16%-
HSV(B)213.49º33.33%50.59%-
XYZ12.8513.6722.73-
YUV102.06143.21116.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=26.88%
G=32.81%
B=40.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861051290.330.1900.49213.492042.16
Hex5669812113031d5142a
Octal12615120141230613252452
Binary10101101101001100000011000011001101100011101010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566981; }

 p { color: rgb(86,105,129); }

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

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

 a { background-color: rgb(86,105,129); }

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

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

 span { border-color: rgb(86,105,129); }

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