#556461

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

Shades of William #556461

Tints of William #556461

Color information

#556461 (or 0x556461) is unknown color: approx William. HEX triplet: 55, 64 and 61. RGB value is (85,100,97). Sum of RGB (Red+Green+Blue) = 85+100+97=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 100 - color contains mainly: green. Hex color #556461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556461 is #AA9B9E. Grayscale: #5F5F5F. Windows color (decimal): -11180959 or 6382677. OLE color: 6382677.

HSL color Cylindrical-coordinate representation of color #556461: hue angle of 168º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #556461 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB8510097-
CMYK0.1500.030.61
HSL168º8.11%36.27%-
HSV(B)168º15%39.22%-
XYZ10.4611.9113.06-
YUV95.17129.03120.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=30.14%
G=35.46%
B=34.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100970.1500.030.611688.1136.27
Hex556461F033Da8824
Octal1251441411703752501044
Binary1010101110010011000011111011111101101010001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556461; }

 p { color: rgb(85,100,97); }

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

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

 a { background-color: rgb(85,100,97); }

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

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

 span { border-color: rgb(85,100,97); }

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