#54536C

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

Shades of Smoky #54536C

Tints of Smoky #54536C

Color information

#54536C (or 0x54536C) is unknown color: approx Smoky. HEX triplet: 54, 53 and 6C. RGB value is (84,83,108). Sum of RGB (Red+Green+Blue) = 84+83+108=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #54536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54536C is #ABAC93. Grayscale: #565656. Windows color (decimal): -11250836 or 7099220. OLE color: 7099220.

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

Color convert

RGB8483108-
CMYK0.220.2300.58
HSL242.4º13.09%37.45%-
HSV(B)242.4º23.15%42.35%-
XYZ9.469.1515.46-
YUV86.15140.33126.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=30.55%
G=30.18%
B=39.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84831080.220.2300.58242.413.0937.45
Hex54536C161703Af2d25
Octal12412315426270723621545
Binary10101001010011110110010110101110111010111100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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