#56687C

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

Shades of Wedgewood #56687C

Tints of Wedgewood #56687C

Color information

#56687C (or 0x56687C) is unknown color: approx Wedgewood. HEX triplet: 56, 68 and 7C. RGB value is (86,104,124). Sum of RGB (Red+Green+Blue) = 86+104+124=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #56687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56687C is #A99783. Grayscale: #646464. Windows color (decimal): -11114372 or 8153174. OLE color: 8153174.

HSL color Cylindrical-coordinate representation of color #56687C: hue angle of 211.58º 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 #56687C is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB86104124-
CMYK0.310.1600.51
HSL211.58º18.1%41.18%-
HSV(B)211.58º30.65%48.63%-
XYZ12.4313.3320.99-
YUV100.9141.04117.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=27.39%
G=33.12%
B=39.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861041240.310.1600.51211.5818.141.18
Hex56687C1F10033d41229
Octal12615017437200633242251
Binary101011011010001111100111111000001100111101010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56687C; }

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

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

<style>
 a { background-color: #56687C; }

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

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

<style>
 span { border-color: #56687C; }

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

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