#56677D

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

Shades of Wedgewood #56677D

Tints of Wedgewood #56677D

Color information

#56677D (or 0x56677D) is unknown color: approx Wedgewood. HEX triplet: 56, 67 and 7D. RGB value is (86,103,125). Sum of RGB (Red+Green+Blue) = 86+103+125=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #56677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56677D is #A99882. Grayscale: #646464. Windows color (decimal): -11114627 or 8218454. OLE color: 8218454.

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

Color convert

RGB86103125-
CMYK0.310.1800.51
HSL213.85º18.48%41.37%-
HSV(B)213.85º31.2%49.02%-
XYZ12.3913.1621.29-
YUV100.42141.87117.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=27.39%
G=32.80%
B=39.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861031250.310.1800.51213.8518.4841.37
Hex56677D1F12033d61229
Octal12614717537220633262251
Binary101011011001111111101111111001001100111101011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56677D; }

 p { color: rgb(86,103,125); }

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

<style>
 a { background-color: #56677D; }

 a { background-color: rgb(86,103,125); }

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

<style>
 span { border-color: #56677D; }

 span { border-color: rgb(86,103,125); }

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