Html Css Color HEX #545263 Smoky

📋 copy color: '#545263'

red 84 ◦ green 82 ◦ blue 99

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

Shades of Smoky #545263

Tints of Smoky #545263

RGB

 RED value IS 84 (33.2% from 255) = 31.7%

 GREEN value IS 82 (32.42% from 255) = 30.94%

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 31.7%
G = 30.94%
B = 37.36%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#545263 (or 0x545263) is known color: Smoky. HEX triplet: 54, 52 and 63. RGB value is (84,82,99). Sum of RGB (Red+Green+Blue) = 84+82+99=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #545263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545263 is #ABAD9C. Grayscale: #545454. Windows color (decimal): -11251101 or 6509140. OLE color: 6509140.

HSL color Cylindrical-coordinate representation of color #545263: hue angle of 247.06º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #545263 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 82 99 -
CMYK 0.15 0.17 0 0.61
HSL 247.06º 0.09% 0.35% -
HSV(B) 247.06º 0.17% 0.39% -
XYZ 8.93 8.82 13.04 -
YUV 84.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 84 82 99 0.15 0.17 0 0.61 247.06 0.09 0.35
Hex 54 52 63 F 11 0 3D F7 9 23
Octal 124 122 143 17 21 0 75 367 11 43
Binary 1010100 1010010 1100011 1111 10001 0 111101 11110111 1001 100011

Color Harmonies of #545263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545263

Black with #545263

Text Example


Text Example

White with #545263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545263; }

 p { color: rgb(84,82,99); }

 H1.HeaderClassName
 {
   color: #545263;
 }
 .AnyTagClassName
 {
   color: #545263;
 }
</style>

background-color css

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

 a { background-color: rgb(84,82,99); }

 div.DivClassName
 {
   background-color: #545263;
 }
 .BgClassName
 {
   background-color: #545263;
 }
</style>

border-color css

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

 span { border-color: rgb(84,82,99); }

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