#556C6A

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

Shades of William #556C6A

Tints of William #556C6A

Color information

#556C6A (or 0x556C6A) is unknown color: approx William. HEX triplet: 55, 6C and 6A. RGB value is (85,108,106). Sum of RGB (Red+Green+Blue) = 85+108+106=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 108 - color contains mainly: green. Hex color #556C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C6A is #AA9395. Grayscale: #646464. Windows color (decimal): -11178902 or 6974549. OLE color: 6974549.

HSL color Cylindrical-coordinate representation of color #556C6A: hue angle of 174.78º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C6A is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB85108106-
CMYK0.2100.020.58
HSL174.78º11.92%37.84%-
HSV(B)174.78º21.3%42.35%-
XYZ11.7113.715.66-
YUV100.9130.88116.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=28.43%
G=36.12%
B=35.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal851081060.2100.020.58174.7811.9237.84
Hex556C6A15023Aafc26
Octal1251541522502722571446
Binary10101011101100110101010101010111010101011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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