Html Css Color HEX #545172 Smoky

📋 copy color: '#545172'

red 84 ◦ green 81 ◦ blue 114

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

Shades of Smoky #545172

Tints of Smoky #545172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 30.11%
G = 29.03%
B = 40.86%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#545172 (or 0x545172) is known color: Smoky. HEX triplet: 54, 51 and 72. RGB value is (84,81,114). Sum of RGB (Red+Green+Blue) = 84+81+114=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #545172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545172 is #ABAE8D. Grayscale: #555555. Windows color (decimal): -11251342 or 7491924. OLE color: 7491924.

HSL color Cylindrical-coordinate representation of color #545172: hue angle of 245.45º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545172 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 81 114 -
CMYK 0.26 0.29 0 0.55
HSL 245.45º 0.17% 0.38% -
HSV(B) 245.45º 0.29% 0.45% -
XYZ 9.64 8.98 17.15 -
YUV 85.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 84 81 114 0.26 0.29 0 0.55 245.45 0.17 0.38
Hex 54 51 72 1A 1D 0 37 F5 11 26
Octal 124 121 162 32 35 0 67 365 21 46
Binary 1010100 1010001 1110010 11010 11101 0 110111 11110101 10001 100110

Color Harmonies of #545172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545172

Black with #545172

Text Example


Text Example

White with #545172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545172; }

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

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

background-color css

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

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

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

border-color css

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

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

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