Html Css Color HEX #545167 Smoky

📋 copy color: '#545167'

red 84 ◦ green 81 ◦ blue 103

#545167
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoky #545167

Tints of Smoky #545167

RGB

 RED value IS 84 (33.2% from 255) = 31.34%

 GREEN value IS 81 (32.03% from 255) = 30.22%

 BLUE value IS 103 (40.63% from 255) = 38.43%

R = 31.34%
G = 30.22%
B = 38.43%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#545167 (or 0x545167) is known color: Smoky. HEX triplet: 54, 51 and 67. RGB value is (84,81,103). Sum of RGB (Red+Green+Blue) = 84+81+103=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #545167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545167 is #ABAE98. Grayscale: #545454. Windows color (decimal): -11251353 or 6771028. OLE color: 6771028.

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

Color convert

RGB 84 81 103 -
CMYK 0.18 0.21 0 0.60
HSL 248.18º 0.12% 0.36% -
HSV(B) 248.18º 0.21% 0.4% -
XYZ 9.05 8.75 14.04 -
YUV 84.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 84 81 103 0.18 0.21 0 0.60 248.18 0.12 0.36
Hex 54 51 67 12 15 0 3C F8 C 24
Octal 124 121 147 22 25 0 74 370 14 44
Binary 1010100 1010001 1100111 10010 10101 0 111100 11111000 1100 100100

Color Harmonies of #545167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545167

Black with #545167

Text Example


Text Example

White with #545167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545167; }

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

 H1.HeaderClassName
 {
   color: #545167;
 }
 .AnyTagClassName
 {
   color: #545167;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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