#545266

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

Shades of Smoky #545266

Tints of Smoky #545266

Color information

#545266 (or 0x545266) is unknown color: approx Smoky. HEX triplet: 54, 52 and 66. RGB value is (84,82,102). Sum of RGB (Red+Green+Blue) = 84+82+102=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 102 - color contains mainly: blue. Hex color #545266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545266 is #ABAD99. Grayscale: #545454. Windows color (decimal): -11251098 or 6705748. OLE color: 6705748.

HSL color Cylindrical-coordinate representation of color #545266: hue angle of 246º 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 #545266 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8482102-
CMYK0.180.2000.6
HSL246º10.87%36.08%-
HSV(B)246º19.61%40%-
XYZ9.078.8813.81-
YUV84.88137.66127.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=31.34%
G=30.60%
B=38.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84821020.180.2000.624610.8736.08
Hex545266121403Cf6b24
Octal12412214622240743661344
Binary10101001010010110011010010101000111100111101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545266; }

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

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

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

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

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

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

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

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