#545262

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

Shades of Smoky #545262

Tints of Smoky #545262

Color information

#545262 (or 0x545262) is unknown color: approx Smoky. HEX triplet: 54, 52 and 62. RGB value is (84,82,98). Sum of RGB (Red+Green+Blue) = 84+82+98=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: blue. Hex color #545262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545262 is #ABAD9D. Grayscale: #545454. Windows color (decimal): -11251102 or 6443604. OLE color: 6443604.

HSL color Cylindrical-coordinate representation of color #545262: hue angle of 247.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #545262 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB848298-
CMYK0.140.1600.62
HSL247.5º8.89%35.29%-
HSV(B)247.5º16.33%38.43%-
XYZ8.888.812.79-
YUV84.42135.66127.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=31.82%
G=31.06%
B=37.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8482980.140.1600.62247.58.8935.29
Hex545262E1003Ef8923
Octal12412214216200763701143
Binary1010100101001011000101110100000111110111110001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545262; }

 p { color: rgb(84,82,98); }

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

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

 a { background-color: rgb(84,82,98); }

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

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

 span { border-color: rgb(84,82,98); }

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