Html Css Color HEX #555467 Smoky

📋 copy color: '#555467'

red 85 ◦ green 84 ◦ blue 103

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

Shades of Smoky #555467

Tints of Smoky #555467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.87%

R = 31.25%
G = 30.88%
B = 37.87%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#555467 (or 0x555467) is known color: Smoky. HEX triplet: 55, 54 and 67. RGB value is (85,84,103). Sum of RGB (Red+Green+Blue) = 85+84+103=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 103 - color contains mainly: blue. Hex color #555467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555467 is #AAAB98. Grayscale: #565656. Windows color (decimal): -11185049 or 6771797. OLE color: 6771797.

HSL color Cylindrical-coordinate representation of color #555467: hue angle of 243.16º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555467 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 84 103 -
CMYK 0.17 0.18 0 0.60
HSL 243.16º 0.1% 0.37% -
HSV(B) 243.16º 0.18% 0.4% -
XYZ 9.36 9.25 14.12 -
YUV 86.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 85 84 103 0.17 0.18 0 0.60 243.16 0.1 0.37
Hex 55 54 67 11 12 0 3C F3 A 25
Octal 125 124 147 21 22 0 74 363 12 45
Binary 1010101 1010100 1100111 10001 10010 0 111100 11110011 1010 100101

Color Harmonies of #555467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555467

Black with #555467

Text Example


Text Example

White with #555467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555467; }

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

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

background-color css

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

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

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

border-color css

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

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

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