#556D84

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

Shades of Wedgewood #556D84

Tints of Wedgewood #556D84

Color information

#556D84 (or 0x556D84) is unknown color: approx Wedgewood. HEX triplet: 55, 6D and 84. RGB value is (85,109,132). Sum of RGB (Red+Green+Blue) = 85+109+132=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #556D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D84 is #AA927B. Grayscale: #686868. Windows color (decimal): -11178620 or 8678741. OLE color: 8678741.

HSL color Cylindrical-coordinate representation of color #556D84: hue angle of 209.36º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #556D84 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85109132-
CMYK0.360.1700.48
HSL209.36º21.66%42.55%-
HSV(B)209.36º35.61%51.76%-
XYZ13.3814.5323.93-
YUV104.45143.55114.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=26.07%
G=33.44%
B=40.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851091320.360.1700.48209.3621.6642.55
Hex556D842411030d1162b
Octal12515520444210603212653
Binary10101011101101100001001001001000101100001101000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,109,132); }

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

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

 a { background-color: rgb(85,109,132); }

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

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

 span { border-color: rgb(85,109,132); }

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