#555165

Color #555165 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #555165

Tints of Smoky #555165

Color information

#555165 (or 0x555165) is unknown color: approx Smoky. HEX triplet: 55, 51 and 65. RGB value is (85,81,101). Sum of RGB (Red+Green+Blue) = 85+81+101=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #555165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555165 is #AAAE9A. Grayscale: #545454. Windows color (decimal): -11185819 or 6639957. OLE color: 6639957.

HSL color Cylindrical-coordinate representation of color #555165: hue angle of 252º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555165 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8581101-
CMYK0.160.2000.60
HSL252º10.99%35.69%-
HSV(B)252º19.8%39.61%-
XYZ9.048.7613.53-
YUV84.48137.33128.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=31.84%
G=30.34%
B=37.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85811010.160.2000.6025210.9935.69
Hex555165101403Cfcb24
Octal12512114520240743741344
Binary10101011010001110010110000101000111100111111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555165; }

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

 H1.HeaderClassName
 {
   color: #555165;
 }
 .AnyTagClassName
 {
   color: #555165;
 }
</style>
background-color css

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

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

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

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

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

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