Html Css Color HEX #555460 Smoky

📋 copy color: '#555460'

red 85 ◦ green 84 ◦ blue 96

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

Shades of Smoky #555460

Tints of Smoky #555460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 32.08%
G = 31.7%
B = 36.23%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555460 (or 0x555460) is known color: Smoky. HEX triplet: 55, 54 and 60. RGB value is (85,84,96). Sum of RGB (Red+Green+Blue) = 85+84+96=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #555460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555460 is #AAAB9F. Grayscale: #555555. Windows color (decimal): -11185056 or 6313045. OLE color: 6313045.

HSL color Cylindrical-coordinate representation of color #555460: hue angle of 245º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #555460 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 84 96 -
CMYK 0.11 0.12 0 0.62
HSL 245º 0.07% 0.35% -
HSV(B) 245º 0.13% 0.38% -
XYZ 9.03 9.12 12.35 -
YUV 85.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 85 84 96 0.11 0.12 0 0.62 245 0.07 0.35
Hex 55 54 60 B C 0 3E F5 7 23
Octal 125 124 140 13 14 0 76 365 7 43
Binary 1010101 1010100 1100000 1011 1100 0 111110 11110101 111 100011

Color Harmonies of #555460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555460

Black with #555460

Text Example


Text Example

White with #555460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555460; }

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

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

background-color css

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

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

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

border-color css

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

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

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