#545069

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

Shades of Smoky #545069

Tints of Smoky #545069

Color information

#545069 (or 0x545069) is unknown color: approx Smoky. HEX triplet: 54, 50 and 69. RGB value is (84,80,105). Sum of RGB (Red+Green+Blue) = 84+80+105=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #545069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545069 is #ABAF96. Grayscale: #535353. Windows color (decimal): -11251607 or 6901844. OLE color: 6901844.

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

Color convert

RGB8480105-
CMYK0.200.2400.59
HSL249.6º13.51%36.27%-
HSV(B)249.6º23.81%41.18%-
XYZ9.078.6414.55-
YUV84.05139.83127.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.23%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=31.23%
G=29.74%
B=39.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84801050.200.2400.59249.613.5136.27
Hex545069141803Bfae24
Octal12412015124300733721644
Binary10101001010000110100110100110000111011111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545069; }

 p { color: rgb(84,80,105); }

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

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

 a { background-color: rgb(84,80,105); }

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

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

 span { border-color: rgb(84,80,105); }

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