Html Css Color HEX #54506F Smoky

📋 copy color: '#54506F'

red 84 ◦ green 80 ◦ blue 111

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

Shades of Smoky #54506F

Tints of Smoky #54506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 30.55%
G = 29.09%
B = 40.36%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#54506F (or 0x54506F) is known color: Smoky. HEX triplet: 54, 50 and 6F. RGB value is (84,80,111). Sum of RGB (Red+Green+Blue) = 84+80+111=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #54506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54506F is #ABAF90. Grayscale: #545454. Windows color (decimal): -11251601 or 7295060. OLE color: 7295060.

HSL color Cylindrical-coordinate representation of color #54506F: hue angle of 247.74º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #54506F is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 80 111 -
CMYK 0.24 0.28 0 0.56
HSL 247.74º 0.16% 0.37% -
HSV(B) 247.74º 0.28% 0.44% -
XYZ 9.39 8.77 16.24 -
YUV 84.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 84 80 111 0.24 0.28 0 0.56 247.74 0.16 0.37
Hex 54 50 6F 18 1C 0 38 F8 10 25
Octal 124 120 157 30 34 0 70 370 20 45
Binary 1010100 1010000 1101111 11000 11100 0 111000 11111000 10000 100101

Color Harmonies of #54506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54506F

Black with #54506F

Text Example


Text Example

White with #54506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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