#54506F

Color #54506F Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #54506F

Tints of Smoky #54506F

Color information

#54506F (or 0x54506F) is unknown color: approx 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

RGB8480111-
CMYK0.240.2800.56
HSL247.74º16.23%37.45%-
HSV(B)247.74º27.93%43.53%-
XYZ9.398.7716.24-
YUV84.73142.83127.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84801110.240.2800.56247.7416.2337.45
Hex54506F181C038f81025
Octal12412015730340703702045
Binary101010010100001101111110001110001110001111100010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>