#556F7F

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

Shades of Wedgewood #556F7F

Tints of Wedgewood #556F7F

Color information

#556F7F (or 0x556F7F) is unknown color: approx Wedgewood. HEX triplet: 55, 6F and 7F. RGB value is (85,111,127). Sum of RGB (Red+Green+Blue) = 85+111+127=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #556F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F7F is #AA9080. Grayscale: #686868. Windows color (decimal): -11178113 or 8351573. OLE color: 8351573.

HSL color Cylindrical-coordinate representation of color #556F7F: hue angle of 202.86º 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 #556F7F is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB85111127-
CMYK0.330.1300.50
HSL202.86º19.81%41.57%-
HSV(B)202.86º33.07%49.8%-
XYZ13.2614.8322.24-
YUV105.05140.39113.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 127 (50% from 255) = 39.32%
R=26.32%
G=34.37%
B=39.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851111270.330.1300.50202.8619.8141.57
Hex556F7F21D032cb142a
Octal12515717741150623132452
Binary101010111011111111111100001110101100101100101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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