#556B7F

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

Shades of Wedgewood #556B7F

Tints of Wedgewood #556B7F

Color information

#556B7F (or 0x556B7F) is unknown color: approx Wedgewood. HEX triplet: 55, 6B and 7F. RGB value is (85,107,127). Sum of RGB (Red+Green+Blue) = 85+107+127=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #556B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B7F is #AA9480. Grayscale: #666666. Windows color (decimal): -11179137 or 8350549. OLE color: 8350549.

HSL color Cylindrical-coordinate representation of color #556B7F: hue angle of 208.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #556B7F is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB85107127-
CMYK0.330.1600.50
HSL208.57º19.81%41.57%-
HSV(B)208.57º33.07%49.8%-
XYZ12.8313.9822.1-
YUV102.7141.71115.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 127 (50% from 255) = 39.81%
R=26.65%
G=33.54%
B=39.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851071270.330.1600.50208.5719.8141.57
Hex556B7F2110032d1142a
Octal12515317741200623212452
Binary1010101110101111111111000011000001100101101000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556B7F; }

 p { color: rgb(85,107,127); }

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

<style>
 a { background-color: #556B7F; }

 a { background-color: rgb(85,107,127); }

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

<style>
 span { border-color: #556B7F; }

 span { border-color: rgb(85,107,127); }

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