Html Css Color HEX #545363 Smoky

📋 copy color: '#545363'

red 84 ◦ green 83 ◦ blue 99

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

Shades of Smoky #545363

Tints of Smoky #545363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 31.58%
G = 31.2%
B = 37.22%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#545363 (or 0x545363) is known color: Smoky. HEX triplet: 54, 53 and 63. RGB value is (84,83,99). Sum of RGB (Red+Green+Blue) = 84+83+99=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #545363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545363 is #ABAC9C. Grayscale: #555555. Windows color (decimal): -11250845 or 6509396. OLE color: 6509396.

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

Color convert

RGB 84 83 99 -
CMYK 0.15 0.16 0 0.61
HSL 243.75º 0.09% 0.36% -
HSV(B) 243.75º 0.16% 0.39% -
XYZ 9 8.97 13.06 -
YUV 85.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 84 83 99 0.15 0.16 0 0.61 243.75 0.09 0.36
Hex 54 53 63 F 10 0 3D F4 9 24
Octal 124 123 143 17 20 0 75 364 11 44
Binary 1010100 1010011 1100011 1111 10000 0 111101 11110100 1001 100100

Color Harmonies of #545363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545363

Black with #545363

Text Example


Text Example

White with #545363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545363; }

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

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

background-color css

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

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

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

border-color css

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

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

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