Html Css Color HEX #555167 Smoky

📋 copy color: '#555167'

red 85 ◦ green 81 ◦ blue 103

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

Shades of Smoky #555167

Tints of Smoky #555167

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.11%

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

R = 31.6%
G = 30.11%
B = 38.29%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#555167 (or 0x555167) is known color: Smoky. HEX triplet: 55, 51 and 67. RGB value is (85,81,103). Sum of RGB (Red+Green+Blue) = 85+81+103=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 103 - color contains mainly: blue. Hex color #555167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555167 is #AAAE98. Grayscale: #545454. Windows color (decimal): -11185817 or 6771029. OLE color: 6771029.

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

Color convert

RGB 85 81 103 -
CMYK 0.17 0.21 0 0.60
HSL 250.91º 0.12% 0.36% -
HSV(B) 250.91º 0.21% 0.4% -
XYZ 9.14 8.8 14.05 -
YUV 84.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 85 81 103 0.17 0.21 0 0.60 250.91 0.12 0.36
Hex 55 51 67 11 15 0 3C FB C 24
Octal 125 121 147 21 25 0 74 373 14 44
Binary 1010101 1010001 1100111 10001 10101 0 111100 11111011 1100 100100

Color Harmonies of #555167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555167

Black with #555167

Text Example


Text Example

White with #555167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555167; }

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

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

background-color css

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

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

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

border-color css

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

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

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