Html Css Color HEX #545070 Smoky

📋 copy color: '#545070'

red 84 ◦ green 80 ◦ blue 112

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

Shades of Smoky #545070

Tints of Smoky #545070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 30.43%
G = 28.99%
B = 40.58%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#545070 (or 0x545070) is known color: Smoky. HEX triplet: 54, 50 and 70. RGB value is (84,80,112). Sum of RGB (Red+Green+Blue) = 84+80+112=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #545070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545070 is #ABAF8F. Grayscale: #545454. Windows color (decimal): -11251600 or 7360596. OLE color: 7360596.

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

Color convert

RGB 84 80 112 -
CMYK 0.25 0.29 0 0.56
HSL 247.5º 0.17% 0.38% -
HSV(B) 247.5º 0.29% 0.44% -
XYZ 9.45 8.79 16.53 -
YUV 84.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 84 80 112 0.25 0.29 0 0.56 247.5 0.17 0.38
Hex 54 50 70 19 1D 0 38 F8 11 26
Octal 124 120 160 31 35 0 70 370 21 46
Binary 1010100 1010000 1110000 11001 11101 0 111000 11111000 10001 100110

Color Harmonies of #545070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545070

Black with #545070

Text Example


Text Example

White with #545070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545070; }

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

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

background-color css

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

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

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

border-color css

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

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

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