Html Css Color HEX #555461 Smoky

📋 copy color: '#555461'

red 85 ◦ green 84 ◦ blue 97

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

Shades of Smoky #555461

Tints of Smoky #555461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.47%

R = 31.95%
G = 31.58%
B = 36.47%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555461 (or 0x555461) is known color: Smoky. HEX triplet: 55, 54 and 61. RGB value is (85,84,97). Sum of RGB (Red+Green+Blue) = 85+84+97=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #555461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555461 is #AAAB9E. Grayscale: #555555. Windows color (decimal): -11185055 or 6378581. OLE color: 6378581.

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

Color convert

RGB 85 84 97 -
CMYK 0.12 0.13 0 0.62
HSL 244.62º 0.07% 0.35% -
HSV(B) 244.62º 0.13% 0.38% -
XYZ 9.07 9.14 12.59 -
YUV 85.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 85 84 97 0.12 0.13 0 0.62 244.62 0.07 0.35
Hex 55 54 61 C D 0 3E F5 7 23
Octal 125 124 141 14 15 0 76 365 7 43
Binary 1010101 1010100 1100001 1100 1101 0 111110 11110101 111 100011

Color Harmonies of #555461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555461

Black with #555461

Text Example


Text Example

White with #555461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555461; }

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

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

background-color css

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

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

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

border-color css

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

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

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