#566B83

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

Shades of Wedgewood #566B83

Tints of Wedgewood #566B83

Color information

#566B83 (or 0x566B83) is unknown color: approx Wedgewood. HEX triplet: 56, 6B and 83. RGB value is (86,107,131). Sum of RGB (Red+Green+Blue) = 86+107+131=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #566B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B83 is #A9947C. Grayscale: #676767. Windows color (decimal): -11113597 or 8612694. OLE color: 8612694.

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

Color convert

RGB86107131-
CMYK0.340.1800.49
HSL212º20.74%42.55%-
HSV(B)212º34.35%51.37%-
XYZ13.1914.1323.51-
YUV103.46143.54115.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.54%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=26.54%
G=33.02%
B=40.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861071310.340.1800.4921220.7442.55
Hex566B832212031d4152b
Octal12615320342220613242553
Binary10101101101011100000111000101001001100011101010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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