#566B7C

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

Shades of Wedgewood #566B7C

Tints of Wedgewood #566B7C

Color information

#566B7C (or 0x566B7C) is unknown color: approx Wedgewood. HEX triplet: 56, 6B and 7C. RGB value is (86,107,124). Sum of RGB (Red+Green+Blue) = 86+107+124=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #566B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B7C is #A99483. Grayscale: #666666. Windows color (decimal): -11113604 or 8153942. OLE color: 8153942.

HSL color Cylindrical-coordinate representation of color #566B7C: hue angle of 206.84º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #566B7C is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB86107124-
CMYK0.310.1400.51
HSL206.84º18.1%41.18%-
HSV(B)206.84º30.65%48.63%-
XYZ12.7313.9521.09-
YUV102.66140.04116.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=27.13%
G=33.75%
B=39.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861071240.310.1400.51206.8418.141.18
Hex566B7C1FE033cf1229
Octal12615317437160633172251
Binary10101101101011111110011111111001100111100111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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