Html Css Color HEX #54506C Smoky

📋 copy color: '#54506C'

red 84 ◦ green 80 ◦ blue 108

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

Shades of Smoky #54506C

Tints of Smoky #54506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 30.88%
G = 29.41%
B = 39.71%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54506C (or 0x54506C) is known color: Smoky. HEX triplet: 54, 50 and 6C. RGB value is (84,80,108). Sum of RGB (Red+Green+Blue) = 84+80+108=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #54506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54506C is #ABAF93. Grayscale: #545454. Windows color (decimal): -11251604 or 7098452. OLE color: 7098452.

HSL color Cylindrical-coordinate representation of color #54506C: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54506C is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 80 108 -
CMYK 0.22 0.26 0 0.58
HSL 248.57º 0.15% 0.37% -
HSV(B) 248.57º 0.26% 0.42% -
XYZ 9.23 8.7 15.38 -
YUV 84.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 84 80 108 0.22 0.26 0 0.58 248.57 0.15 0.37
Hex 54 50 6C 16 1A 0 3A F9 F 25
Octal 124 120 154 26 32 0 72 371 17 45
Binary 1010100 1010000 1101100 10110 11010 0 111010 11111001 1111 100101

Color Harmonies of #54506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54506C

Black with #54506C

Text Example


Text Example

White with #54506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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