#566D85

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

Shades of Wedgewood #566D85

Tints of Wedgewood #566D85

Color information

#566D85 (or 0x566D85) is unknown color: approx Wedgewood. HEX triplet: 56, 6D and 85. RGB value is (86,109,133). Sum of RGB (Red+Green+Blue) = 86+109+133=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #566D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566D85 is #A9927A. Grayscale: #686868. Windows color (decimal): -11113083 or 8744278. OLE color: 8744278.

HSL color Cylindrical-coordinate representation of color #566D85: hue angle of 210.64º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #566D85 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB86109133-
CMYK0.350.1800.48
HSL210.64º21.46%42.94%-
HSV(B)210.64º35.34%52.16%-
XYZ13.5414.6124.3-
YUV104.86143.88114.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.22%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=26.22%
G=33.23%
B=40.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861091330.350.1800.48210.6421.4642.94
Hex566D852312030d3152b
Octal12615520543220603232553
Binary10101101101101100001011000111001001100001101001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,109,133); }

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

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

 a { background-color: rgb(86,109,133); }

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

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

 span { border-color: rgb(86,109,133); }

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