#555268

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

Shades of Smoky #555268

Tints of Smoky #555268

Color information

#555268 (or 0x555268) is unknown color: approx Smoky. HEX triplet: 55, 52 and 68. RGB value is (85,82,104). Sum of RGB (Red+Green+Blue) = 85+82+104=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #555268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555268 is #AAAD97. Grayscale: #555555. Windows color (decimal): -11185560 or 6836821. OLE color: 6836821.

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

Color convert

RGB8582104-
CMYK0.180.2100.59
HSL248.18º11.83%36.47%-
HSV(B)248.18º21.15%40.78%-
XYZ9.268.9714.34-
YUV85.4138.49127.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=31.37%
G=30.26%
B=38.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85821040.180.2100.59248.1811.8336.47
Hex555268121503Bf8c24
Octal12512215022250733701444
Binary10101011010010110100010010101010111011111110001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555268; }

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

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

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

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

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

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

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

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