#545067

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

Shades of Smoky #545067

Tints of Smoky #545067

Color information

#545067 (or 0x545067) is unknown color: approx Smoky. HEX triplet: 54, 50 and 67. RGB value is (84,80,103). Sum of RGB (Red+Green+Blue) = 84+80+103=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #545067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545067 is #ABAF98. Grayscale: #535353. Windows color (decimal): -11251609 or 6770772. OLE color: 6770772.

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

Color convert

RGB8480103-
CMYK0.180.2200.60
HSL250.43º12.57%35.88%-
HSV(B)250.43º22.33%40.39%-
XYZ8.978.614.02-
YUV83.82138.83128.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 103 (40.62% from 255) = 38.58%
R=31.46%
G=29.96%
B=38.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84801030.180.2200.60250.4312.5735.88
Hex545067121603Cfad24
Octal12412014722260743721544
Binary10101001010000110011110010101100111100111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545067; }

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

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

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

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

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

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

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

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