Html Css Color HEX #545168 Smoky

📋 copy color: '#545168'

red 84 ◦ green 81 ◦ blue 104

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

Shades of Smoky #545168

Tints of Smoky #545168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.66%

R = 31.23%
G = 30.11%
B = 38.66%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#545168 (or 0x545168) is known color: Smoky. HEX triplet: 54, 51 and 68. RGB value is (84,81,104). Sum of RGB (Red+Green+Blue) = 84+81+104=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #545168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545168 is #ABAE97. Grayscale: #545454. Windows color (decimal): -11251352 or 6836564. OLE color: 6836564.

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

Color convert

RGB 84 81 104 -
CMYK 0.19 0.22 0 0.59
HSL 247.83º 0.12% 0.36% -
HSV(B) 247.83º 0.22% 0.41% -
XYZ 9.1 8.77 14.31 -
YUV 84.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 84 81 104 0.19 0.22 0 0.59 247.83 0.12 0.36
Hex 54 51 68 13 16 0 3B F8 C 24
Octal 124 121 150 23 26 0 73 370 14 44
Binary 1010100 1010001 1101000 10011 10110 0 111011 11111000 1100 100100

Color Harmonies of #545168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545168

Black with #545168

Text Example


Text Example

White with #545168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545168; }

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

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

background-color css

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

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

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

border-color css

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

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

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