Html Css Color HEX #55546E Smoky

📋 copy color: '#55546E'

red 85 ◦ green 84 ◦ blue 110

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

Shades of Smoky #55546E

Tints of Smoky #55546E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 30.47%
G = 30.11%
B = 39.43%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55546E (or 0x55546E) is known color: Smoky. HEX triplet: 55, 54 and 6E. RGB value is (85,84,110). Sum of RGB (Red+Green+Blue) = 85+84+110=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #55546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55546E is #AAAB91. Grayscale: #575757. Windows color (decimal): -11185042 or 7230549. OLE color: 7230549.

HSL color Cylindrical-coordinate representation of color #55546E: hue angle of 242.31º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55546E is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 84 110 -
CMYK 0.23 0.24 0 0.57
HSL 242.31º 0.13% 0.38% -
HSV(B) 242.31º 0.24% 0.43% -
XYZ 9.73 9.4 16.05 -
YUV 87.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 85 84 110 0.23 0.24 0 0.57 242.31 0.13 0.38
Hex 55 54 6E 17 18 0 39 F2 D 26
Octal 125 124 156 27 30 0 71 362 15 46
Binary 1010101 1010100 1101110 10111 11000 0 111001 11110010 1101 100110

Color Harmonies of #55546E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55546E

Black with #55546E

Text Example


Text Example

White with #55546E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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