#556A7F

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

Shades of Wedgewood #556A7F

Tints of Wedgewood #556A7F

Color information

#556A7F (or 0x556A7F) is unknown color: approx Wedgewood. HEX triplet: 55, 6A and 7F. RGB value is (85,106,127). Sum of RGB (Red+Green+Blue) = 85+106+127=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #556A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A7F is #AA9580. Grayscale: #666666. Windows color (decimal): -11179393 or 8350293. OLE color: 8350293.

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

Color convert

RGB85106127-
CMYK0.330.1700.50
HSL210º19.81%41.57%-
HSV(B)210º33.07%49.8%-
XYZ12.7313.7722.07-
YUV102.12142.04115.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 39.94%
R=26.73%
G=33.33%
B=39.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851061270.330.1700.5021019.8141.57
Hex556A7F2111032d2142a
Octal12515217741210623222452
Binary1010101110101011111111000011000101100101101001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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