#54536A

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

Shades of Smoky #54536A

Tints of Smoky #54536A

Color information

#54536A (or 0x54536A) is unknown color: approx Smoky. HEX triplet: 54, 53 and 6A. RGB value is (84,83,106). Sum of RGB (Red+Green+Blue) = 84+83+106=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #54536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54536A is #ABAC95. Grayscale: #555555. Windows color (decimal): -11250838 or 6968148. OLE color: 6968148.

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

Color convert

RGB8483106-
CMYK0.210.2200.58
HSL242.61º12.17%37.06%-
HSV(B)242.61º21.7%41.57%-
XYZ9.359.1114.9-
YUV85.92139.33126.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=30.77%
G=30.40%
B=38.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84831060.210.2200.58242.6112.1737.06
Hex54536A151603Af3c25
Octal12412315225260723631445
Binary10101001010011110101010101101100111010111100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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