#555368

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

Shades of Smoky #555368

Tints of Smoky #555368

Color information

#555368 (or 0x555368) is unknown color: approx Smoky. HEX triplet: 55, 53 and 68. RGB value is (85,83,104). Sum of RGB (Red+Green+Blue) = 85+83+104=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #555368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555368 is #AAAC97. Grayscale: #555555. Windows color (decimal): -11185304 or 6837077. OLE color: 6837077.

HSL color Cylindrical-coordinate representation of color #555368: hue angle of 245.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555368 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8583104-
CMYK0.180.2000.59
HSL245.71º11.23%36.67%-
HSV(B)245.71º20.19%40.78%-
XYZ9.349.1214.36-
YUV85.99138.16127.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=31.25%
G=30.51%
B=38.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85831040.180.2000.59245.7111.2336.67
Hex555368121403Bf6b25
Octal12512315022240733661345
Binary10101011010011110100010010101000111011111101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555368; }

 p { color: rgb(85,83,104); }

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

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

 a { background-color: rgb(85,83,104); }

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

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

 span { border-color: rgb(85,83,104); }

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