#56667D

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

Shades of Wedgewood #56667D

Tints of Wedgewood #56667D

Color information

#56667D (or 0x56667D) is unknown color: approx Wedgewood. HEX triplet: 56, 66 and 7D. RGB value is (86,102,125). Sum of RGB (Red+Green+Blue) = 86+102+125=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 125 - color contains mainly: blue. Hex color #56667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56667D is #A99982. Grayscale: #636363. Windows color (decimal): -11114883 or 8218198. OLE color: 8218198.

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

Color convert

RGB86102125-
CMYK0.310.1800.51
HSL215.38º18.48%41.37%-
HSV(B)215.38º31.2%49.02%-
XYZ12.2912.9621.26-
YUV99.84142.2118.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=27.48%
G=32.59%
B=39.94%

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
Decimal861021250.310.1800.51215.3818.4841.37
Hex56667D1F12033d71229
Octal12614617537220633272251
Binary101011011001101111101111111001001100111101011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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