Html Css Color HEX #54536C Smoky

📋 copy color: '#54536C'

red 84 ◦ green 83 ◦ blue 108

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

Shades of Smoky #54536C

Tints of Smoky #54536C

RGB

 RED value IS 84 (33.2% 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 value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54536C (or 0x54536C) is known color: 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

RGB 84 83 108 -
CMYK 0.22 0.23 0 0.58
HSL 242.4º 0.13% 0.37% -
HSV(B) 242.4º 0.23% 0.42% -
XYZ 9.46 9.15 15.46 -
YUV 86.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 84 83 108 0.22 0.23 0 0.58 242.4 0.13 0.37
Hex 54 53 6C 16 17 0 3A F2 D 25
Octal 124 123 154 26 27 0 72 362 15 45
Binary 1010100 1010011 1101100 10110 10111 0 111010 11110010 1101 100101

Color Harmonies of #54536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54536C

Black with #54536C

Text Example


Text Example

White with #54536C

Text Example


Text Example

HTML Codes & Css Web 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>