Html Css Color HEX #55546C Smoky

📋 copy color: '#55546C'

red 85 ◦ green 84 ◦ blue 108

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

Shades of Smoky #55546C

Tints of Smoky #55546C

RGB

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

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

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

R = 30.69%
G = 30.32%
B = 38.99%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55546C (or 0x55546C) is known color: Smoky. HEX triplet: 55, 54 and 6C. RGB value is (85,84,108). Sum of RGB (Red+Green+Blue) = 85+84+108=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #55546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55546C is #AAAB93. Grayscale: #565656. Windows color (decimal): -11185044 or 7099477. OLE color: 7099477.

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

Color convert

RGB 85 84 108 -
CMYK 0.21 0.22 0 0.58
HSL 242.5º 0.13% 0.38% -
HSV(B) 242.5º 0.22% 0.42% -
XYZ 9.62 9.35 15.49 -
YUV 87.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 85 84 108 0.21 0.22 0 0.58 242.5 0.13 0.38
Hex 55 54 6C 15 16 0 3A F2 C 26
Octal 125 124 154 25 26 0 72 362 14 46
Binary 1010101 1010100 1101100 10101 10110 0 111010 11110010 1100 100110

Color Harmonies of #55546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55546C

Black with #55546C

Text Example


Text Example

White with #55546C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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