Html Css Color HEX #545271 Smoky

📋 copy color: '#545271'

red 84 ◦ green 82 ◦ blue 113

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

Shades of Smoky #545271

Tints of Smoky #545271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.39%

 BLUE value IS 113 (44.53% from 255) = 40.5%

R = 30.11%
G = 29.39%
B = 40.5%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#545271 (or 0x545271) is known color: Smoky. HEX triplet: 54, 52 and 71. RGB value is (84,82,113). Sum of RGB (Red+Green+Blue) = 84+82+113=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #545271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545271 is #ABAD8E. Grayscale: #565656. Windows color (decimal): -11251087 or 7426644. OLE color: 7426644.

HSL color Cylindrical-coordinate representation of color #545271: hue angle of 243.87º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #545271 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 82 113 -
CMYK 0.26 0.27 0 0.56
HSL 243.87º 0.16% 0.38% -
HSV(B) 243.87º 0.27% 0.44% -
XYZ 9.65 9.11 16.87 -
YUV 86.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 84 82 113 0.26 0.27 0 0.56 243.87 0.16 0.38
Hex 54 52 71 1A 1B 0 38 F4 10 26
Octal 124 122 161 32 33 0 70 364 20 46
Binary 1010100 1010010 1110001 11010 11011 0 111000 11110100 10000 100110

Color Harmonies of #545271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545271

Black with #545271

Text Example


Text Example

White with #545271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545271; }

 p { color: rgb(84,82,113); }

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

background-color css

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

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

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

border-color css

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

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

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