Html Css Color HEX #55516C Smoky

📋 copy color: '#55516C'

red 85 ◦ green 81 ◦ blue 108

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

Shades of Smoky #55516C

Tints of Smoky #55516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 31.02%
G = 29.56%
B = 39.42%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55516C (or 0x55516C) is known color: Smoky. HEX triplet: 55, 51 and 6C. RGB value is (85,81,108). Sum of RGB (Red+Green+Blue) = 85+81+108=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #55516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55516C is #AAAE93. Grayscale: #555555. Windows color (decimal): -11185812 or 7098709. OLE color: 7098709.

HSL color Cylindrical-coordinate representation of color #55516C: hue angle of 248.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55516C is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 81 108 -
CMYK 0.21 0.25 0 0.58
HSL 248.89º 0.14% 0.37% -
HSV(B) 248.89º 0.25% 0.42% -
XYZ 9.4 8.9 15.41 -
YUV 85.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 85 81 108 0.21 0.25 0 0.58 248.89 0.14 0.37
Hex 55 51 6C 15 19 0 3A F9 E 25
Octal 125 121 154 25 31 0 72 371 16 45
Binary 1010101 1010001 1101100 10101 11001 0 111010 11111001 1110 100101

Color Harmonies of #55516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55516C

Black with #55516C

Text Example


Text Example

White with #55516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55516C; }

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

 H1.HeaderClassName
 {
   color: #55516C;
 }
 .AnyTagClassName
 {
   color: #55516C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #55516C;
 }
 .BgClassName
 {
   background-color: #55516C;
 }
</style>

border-color css

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

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

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