Html Css Color HEX #545273 Smoky

📋 copy color: '#545273'

red 84 ◦ green 82 ◦ blue 115

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

Shades of Smoky #545273

Tints of Smoky #545273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 29.89%
G = 29.18%
B = 40.93%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#545273 (or 0x545273) is known color: Smoky. HEX triplet: 54, 52 and 73. RGB value is (84,82,115). Sum of RGB (Red+Green+Blue) = 84+82+115=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #545273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545273 is #ABAD8C. Grayscale: #565656. Windows color (decimal): -11251085 or 7557716. OLE color: 7557716.

HSL color Cylindrical-coordinate representation of color #545273: hue angle of 243.64º 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 #545273 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 82 115 -
CMYK 0.27 0.29 0 0.55
HSL 243.64º 0.17% 0.39% -
HSV(B) 243.64º 0.29% 0.45% -
XYZ 9.77 9.16 17.47 -
YUV 86.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 84 82 115 0.27 0.29 0 0.55 243.64 0.17 0.39
Hex 54 52 73 1B 1D 0 37 F4 11 27
Octal 124 122 163 33 35 0 67 364 21 47
Binary 1010100 1010010 1110011 11011 11101 0 110111 11110100 10001 100111

Color Harmonies of #545273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545273

Black with #545273

Text Example


Text Example

White with #545273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545273; }

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

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

background-color css

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

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

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

border-color css

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

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

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