Html Css Color HEX #545072 Smoky

📋 copy color: '#545072'

red 84 ◦ green 80 ◦ blue 114

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

Shades of Smoky #545072

Tints of Smoky #545072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

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

R = 30.22%
G = 28.78%
B = 41.01%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#545072 (or 0x545072) is known color: Smoky. HEX triplet: 54, 50 and 72. RGB value is (84,80,114). Sum of RGB (Red+Green+Blue) = 84+80+114=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #545072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545072 is #ABAF8D. Grayscale: #545454. Windows color (decimal): -11251598 or 7491668. OLE color: 7491668.

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

Color convert

RGB 84 80 114 -
CMYK 0.26 0.30 0 0.55
HSL 247.06º 0.18% 0.38% -
HSV(B) 247.06º 0.3% 0.45% -
XYZ 9.56 8.84 17.12 -
YUV 85.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 84 80 114 0.26 0.30 0 0.55 247.06 0.18 0.38
Hex 54 50 72 1A 1E 0 37 F7 12 26
Octal 124 120 162 32 36 0 67 367 22 46
Binary 1010100 1010000 1110010 11010 11110 0 110111 11110111 10010 100110

Color Harmonies of #545072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545072

Black with #545072

Text Example


Text Example

White with #545072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545072; }

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

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

background-color css

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

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

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

border-color css

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

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

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