Html Css Color HEX #54506A Smoky

📋 copy color: '#54506A'

red 84 ◦ green 80 ◦ blue 106

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

Shades of Smoky #54506A

Tints of Smoky #54506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.26%

R = 31.11%
G = 29.63%
B = 39.26%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54506A (or 0x54506A) is known color: Smoky. HEX triplet: 54, 50 and 6A. RGB value is (84,80,106). Sum of RGB (Red+Green+Blue) = 84+80+106=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #54506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54506A is #ABAF95. Grayscale: #545454. Windows color (decimal): -11251606 or 6967380. OLE color: 6967380.

HSL color Cylindrical-coordinate representation of color #54506A: hue angle of 249.23º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54506A is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 80 106 -
CMYK 0.21 0.25 0 0.58
HSL 249.23º 0.14% 0.36% -
HSV(B) 249.23º 0.25% 0.42% -
XYZ 9.13 8.66 14.83 -
YUV 84.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 84 80 106 0.21 0.25 0 0.58 249.23 0.14 0.36
Hex 54 50 6A 15 19 0 3A F9 E 24
Octal 124 120 152 25 31 0 72 371 16 44
Binary 1010100 1010000 1101010 10101 11001 0 111010 11111001 1110 100100

Color Harmonies of #54506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54506A

Black with #54506A

Text Example


Text Example

White with #54506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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