#566D83

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

Shades of Wedgewood #566D83

Tints of Wedgewood #566D83

Color information

#566D83 (or 0x566D83) is unknown color: approx Wedgewood. HEX triplet: 56, 6D and 83. RGB value is (86,109,131). Sum of RGB (Red+Green+Blue) = 86+109+131=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #566D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566D83 is #A9927C. Grayscale: #686868. Windows color (decimal): -11113085 or 8613206. OLE color: 8613206.

HSL color Cylindrical-coordinate representation of color #566D83: hue angle of 209.33º degrees, saturation: 0.21, 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 #566D83 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB86109131-
CMYK0.340.1700.49
HSL209.33º20.74%42.55%-
HSV(B)209.33º34.35%51.37%-
XYZ13.414.5523.58-
YUV104.63142.88114.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=26.38%
G=33.44%
B=40.18%

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
Decimal861091310.340.1700.49209.3320.7442.55
Hex566D832211031d1152b
Octal12615520342210613212553
Binary10101101101101100000111000101000101100011101000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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