Html Css Color HEX #554F6D Smoky

📋 copy color: '#554F6D'

red 85 ◦ green 79 ◦ blue 109

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

Shades of Smoky #554F6D

Tints of Smoky #554F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.94%

 BLUE value IS 109 (42.97% from 255) = 39.93%

R = 31.14%
G = 28.94%
B = 39.93%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#554F6D (or 0x554F6D) is known color: Smoky. HEX triplet: 55, 4F and 6D. RGB value is (85,79,109). Sum of RGB (Red+Green+Blue) = 85+79+109=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #554F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F6D is #AAB092. Grayscale: #545454. Windows color (decimal): -11186323 or 7163733. OLE color: 7163733.

HSL color Cylindrical-coordinate representation of color #554F6D: hue angle of 252º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #554F6D is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 79 109 -
CMYK 0.22 0.28 0 0.57
HSL 252º 0.16% 0.37% -
HSV(B) 252º 0.28% 0.43% -
XYZ 9.3 8.63 15.64 -
YUV 84.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 85 79 109 0.22 0.28 0 0.57 252 0.16 0.37
Hex 55 4F 6D 16 1C 0 39 FC 10 25
Octal 125 117 155 26 34 0 71 374 20 45
Binary 1010101 1001111 1101101 10110 11100 0 111001 11111100 10000 100101

Color Harmonies of #554F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F6D

Black with #554F6D

Text Example


Text Example

White with #554F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554F6D; }

 p { color: rgb(85,79,109); }

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

background-color css

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

 a { background-color: rgb(85,79,109); }

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

border-color css

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

 span { border-color: rgb(85,79,109); }

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