#55545F

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

Shades of Smoky #55545F

Tints of Smoky #55545F

Color information

#55545F (or 0x55545F) is unknown color: approx Smoky. HEX triplet: 55, 54 and 5F. RGB value is (85,84,95). Sum of RGB (Red+Green+Blue) = 85+84+95=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 95 - color contains mainly: blue. Hex color #55545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55545F is #AAABA0. Grayscale: #555555. Windows color (decimal): -11185057 or 6247509. OLE color: 6247509.

HSL color Cylindrical-coordinate representation of color #55545F: hue angle of 245.45º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #55545F is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB858495-
CMYK0.110.1200.63
HSL245.45º6.15%35.1%-
HSV(B)245.45º11.58%37.25%-
XYZ8.989.112.11-
YUV85.55133.33127.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=32.20%
G=31.82%
B=35.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8584950.110.1200.63245.456.1535.1
Hex55545FBC03Ff5623
Octal1251241371314077365643
Binary10101011010100101111110111100011111111110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55545F; }

 p { color: rgb(85,84,95); }

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

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

 a { background-color: rgb(85,84,95); }

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

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

 span { border-color: rgb(85,84,95); }

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