#556C7C

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

Shades of Wedgewood #556C7C

Tints of Wedgewood #556C7C

Color information

#556C7C (or 0x556C7C) is unknown color: approx Wedgewood. HEX triplet: 55, 6C and 7C. RGB value is (85,108,124). Sum of RGB (Red+Green+Blue) = 85+108+124=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #556C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C7C is #AA9383. Grayscale: #666666. Windows color (decimal): -11178884 or 8154197. OLE color: 8154197.

HSL color Cylindrical-coordinate representation of color #556C7C: hue angle of 204.62º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #556C7C is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB85108124-
CMYK0.310.1300.51
HSL204.62º18.66%40.98%-
HSV(B)204.62º31.45%48.63%-
XYZ12.7514.1121.12-
YUV102.95139.88115.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=26.81%
G=34.07%
B=39.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851081240.310.1300.51204.6218.6640.98
Hex556C7C1FD033cd1329
Octal12515417437150633152351
Binary10101011101100111110011111110101100111100110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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