Html Css Color HEX #545274 Smoky

📋 copy color: '#545274'

red 84 ◦ green 82 ◦ blue 116

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

Shades of Smoky #545274

Tints of Smoky #545274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 29.79%
G = 29.08%
B = 41.13%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#545274 (or 0x545274) is known color: Smoky. HEX triplet: 54, 52 and 74. RGB value is (84,82,116). Sum of RGB (Red+Green+Blue) = 84+82+116=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #545274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545274 is #ABAD8B. Grayscale: #565656. Windows color (decimal): -11251084 or 7623252. OLE color: 7623252.

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

Color convert

RGB 84 82 116 -
CMYK 0.28 0.29 0 0.55
HSL 243.53º 0.17% 0.39% -
HSV(B) 243.53º 0.29% 0.45% -
XYZ 9.83 9.18 17.78 -
YUV 86.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 84 82 116 0.28 0.29 0 0.55 243.53 0.17 0.39
Hex 54 52 74 1C 1D 0 37 F4 11 27
Octal 124 122 164 34 35 0 67 364 21 47
Binary 1010100 1010010 1110100 11100 11101 0 110111 11110100 10001 100111

Color Harmonies of #545274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545274

Black with #545274

Text Example


Text Example

White with #545274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545274; }

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

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

background-color css

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

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

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

border-color css

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

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

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