#545467

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

Shades of Smoky #545467

Tints of Smoky #545467

Color information

#545467 (or 0x545467) is unknown color: approx Smoky. HEX triplet: 54, 54 and 67. RGB value is (84,84,103). Sum of RGB (Red+Green+Blue) = 84+84+103=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 103 - color contains mainly: blue. Hex color #545467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545467 is #ABAB98. Grayscale: #565656. Windows color (decimal): -11250585 or 6771796. OLE color: 6771796.

HSL color Cylindrical-coordinate representation of color #545467: hue angle of 240º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545467 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8484103-
CMYK0.180.1800.60
HSL240º10.16%36.67%-
HSV(B)240º18.45%40.39%-
XYZ9.279.214.12-
YUV86.17137.5126.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=31.00%
G=31.00%
B=38.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84841030.180.1800.6024010.1636.67
Hex545467121203Cf0a25
Octal12412414722220743601245
Binary10101001010100110011110010100100111100111100001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545467; }

 p { color: rgb(84,84,103); }

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

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

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

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

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

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

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