#545068

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

Shades of Smoky #545068

Tints of Smoky #545068

Color information

#545068 (or 0x545068) is unknown color: approx Smoky. HEX triplet: 54, 50 and 68. RGB value is (84,80,104). Sum of RGB (Red+Green+Blue) = 84+80+104=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #545068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545068 is #ABAF97. Grayscale: #535353. Windows color (decimal): -11251608 or 6836308. OLE color: 6836308.

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

Color convert

RGB8480104-
CMYK0.190.2300.59
HSL250º13.04%36.08%-
HSV(B)250º23.08%40.78%-
XYZ9.028.6214.29-
YUV83.93139.33128.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=31.34%
G=29.85%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84801040.190.2300.5925013.0436.08
Hex545068131703Bfad24
Octal12412015023270733721544
Binary10101001010000110100010011101110111011111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545068; }

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

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

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

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

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

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

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

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