#54536E

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

Shades of Smoky #54536E

Tints of Smoky #54536E

Color information

#54536E (or 0x54536E) is unknown color: approx Smoky. HEX triplet: 54, 53 and 6E. RGB value is (84,83,110). Sum of RGB (Red+Green+Blue) = 84+83+110=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #54536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54536E is #ABAC91. Grayscale: #565656. Windows color (decimal): -11250834 or 7230292. OLE color: 7230292.

HSL color Cylindrical-coordinate representation of color #54536E: hue angle of 242.22º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54536E is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8483110-
CMYK0.240.2500.57
HSL242.22º13.99%37.84%-
HSV(B)242.22º24.55%43.14%-
XYZ9.569.216.02-
YUV86.38141.33126.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=30.32%
G=29.96%
B=39.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84831100.240.2500.57242.2213.9937.84
Hex54536E1819039f2e26
Octal12412315630310713621646
Binary10101001010011110111011000110010111001111100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54536E; }

 p { color: rgb(84,83,110); }

 H1.HeaderClassName
 {
   color: #54536E;
 }
 .AnyTagClassName
 {
   color: #54536E;
 }
</style>
background-color css

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

 a { background-color: rgb(84,83,110); }

 div.DivClassName
 {
   background-color: #54536E;
 }
 .BgClassName
 {
   background-color: #54536E;
 }
</style>
border-color css

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

 span { border-color: rgb(84,83,110); }

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