#566F80

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

Shades of Wedgewood #566F80

Tints of Wedgewood #566F80

Color information

#566F80 (or 0x566F80) is unknown color: approx Wedgewood. HEX triplet: 56, 6F and 80. RGB value is (86,111,128). Sum of RGB (Red+Green+Blue) = 86+111+128=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 128 - color contains mainly: blue. Hex color #566F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F80 is #A9907F. Grayscale: #696969. Windows color (decimal): -11112576 or 8417110. OLE color: 8417110.

HSL color Cylindrical-coordinate representation of color #566F80: hue angle of 204.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #566F80 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB86111128-
CMYK0.330.1300.50
HSL204.29º19.63%41.96%-
HSV(B)204.29º32.81%50.2%-
XYZ13.4214.9122.59-
YUV105.46140.72114.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 128 (50.39% from 255) = 39.38%
R=26.46%
G=34.15%
B=39.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861111280.330.1300.50204.2919.6341.96
Hex566F8021D032cc142a
Octal12615720041150623142452
Binary1010110110111110000000100001110101100101100110010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566F80; }

 p { color: rgb(86,111,128); }

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

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

 a { background-color: rgb(86,111,128); }

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

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

 span { border-color: rgb(86,111,128); }

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