Html Css Color HEX #545365 Smoky

📋 copy color: '#545365'

red 84 ◦ green 83 ◦ blue 101

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

Shades of Smoky #545365

Tints of Smoky #545365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.69%

R = 31.34%
G = 30.97%
B = 37.69%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#545365 (or 0x545365) is known color: Smoky. HEX triplet: 54, 53 and 65. RGB value is (84,83,101). Sum of RGB (Red+Green+Blue) = 84+83+101=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #545365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545365 is #ABAC9A. Grayscale: #555555. Windows color (decimal): -11250843 or 6640468. OLE color: 6640468.

HSL color Cylindrical-coordinate representation of color #545365: hue angle of 243.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545365 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 83 101 -
CMYK 0.17 0.18 0 0.60
HSL 243.33º 0.1% 0.36% -
HSV(B) 243.33º 0.18% 0.4% -
XYZ 9.1 9.01 13.57 -
YUV 85.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 84 83 101 0.17 0.18 0 0.60 243.33 0.1 0.36
Hex 54 53 65 11 12 0 3C F3 A 24
Octal 124 123 145 21 22 0 74 363 12 44
Binary 1010100 1010011 1100101 10001 10010 0 111100 11110011 1010 100100

Color Harmonies of #545365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545365

Black with #545365

Text Example


Text Example

White with #545365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545365; }

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

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

background-color css

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

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

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

border-color css

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

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

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