Html Css Color HEX #55545F Smoky

📋 copy color: '#55545F'

red 85 ◦ green 84 ◦ blue 95

#55545F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoky #55545F

Tints of Smoky #55545F

RGB

 RED value IS 85 (33.59% from 255) = 32.2%

 GREEN value IS 84 (33.2% from 255) = 31.82%

 BLUE value IS 95 (37.5% from 255) = 35.98%

R = 32.2%
G = 31.82%
B = 35.98%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55545F (or 0x55545F) is known color: 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

RGB 85 84 95 -
CMYK 0.11 0.12 0 0.63
HSL 245.45º 0.06% 0.35% -
HSV(B) 245.45º 0.12% 0.37% -
XYZ 8.98 9.1 12.11 -
YUV 85.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 85 84 95 0.11 0.12 0 0.63 245.45 0.06 0.35
Hex 55 54 5F B C 0 3F F5 6 23
Octal 125 124 137 13 14 0 77 365 6 43
Binary 1010101 1010100 1011111 1011 1100 0 111111 11110101 110 100011

Color Harmonies of #55545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55545F

Black with #55545F

Text Example


Text Example

White with #55545F

Text Example


Text Example

HTML Codes & Css Web 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>