#556B80

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

Shades of Wedgewood #556B80

Tints of Wedgewood #556B80

Color information

#556B80 (or 0x556B80) is unknown color: approx Wedgewood. HEX triplet: 55, 6B and 80. RGB value is (85,107,128). Sum of RGB (Red+Green+Blue) = 85+107+128=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 128 - color contains mainly: blue. Hex color #556B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556B80 is #AA947F. Grayscale: #666666. Windows color (decimal): -11179136 or 8416085. OLE color: 8416085.

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

Color convert

RGB85107128-
CMYK0.340.1600.50
HSL209.3º20.19%41.76%-
HSV(B)209.3º33.59%50.2%-
XYZ12.914.0122.45-
YUV102.82142.21115.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 128 (50.39% from 255) = 40%
R=26.56%
G=33.44%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851071280.340.1600.50209.320.1941.76
Hex556B802210032d1142a
Octal12515320042200623212452
Binary10101011101011100000001000101000001100101101000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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