#556C84

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

Shades of Wedgewood #556C84

Tints of Wedgewood #556C84

Color information

#556C84 (or 0x556C84) is unknown color: approx Wedgewood. HEX triplet: 55, 6C and 84. RGB value is (85,108,132). Sum of RGB (Red+Green+Blue) = 85+108+132=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #556C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C84 is #AA937B. Grayscale: #676767. Windows color (decimal): -11178876 or 8678485. OLE color: 8678485.

HSL color Cylindrical-coordinate representation of color #556C84: hue angle of 210.64º 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 #556C84 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85108132-
CMYK0.360.1800.48
HSL210.64º21.66%42.55%-
HSV(B)210.64º35.61%51.76%-
XYZ13.2714.3223.89-
YUV103.86143.88114.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=26.15%
G=33.23%
B=40.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851081320.360.1800.48210.6421.6642.55
Hex556C842412030d3162b
Octal12515420444220603232653
Binary10101011101100100001001001001001001100001101001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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