Html Css Color HEX #545465 Smoky

📋 copy color: '#545465'

red 84 ◦ green 84 ◦ blue 101

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

Shades of Smoky #545465

Tints of Smoky #545465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 31.23%
G = 31.23%
B = 37.55%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#545465 (or 0x545465) is known color: Smoky. HEX triplet: 54, 54 and 65. RGB value is (84,84,101). Sum of RGB (Red+Green+Blue) = 84+84+101=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #545465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545465 is #ABAB9A. Grayscale: #555555. Windows color (decimal): -11250587 or 6640724. OLE color: 6640724.

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

Color convert

RGB 84 84 101 -
CMYK 0.17 0.17 0 0.60
HSL 240º 0.09% 0.36% -
HSV(B) 240º 0.17% 0.4% -
XYZ 9.18 9.17 13.6 -
YUV 85.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 84 84 101 0.17 0.17 0 0.60 240 0.09 0.36
Hex 54 54 65 11 11 0 3C F0 9 24
Octal 124 124 145 21 21 0 74 360 11 44
Binary 1010100 1010100 1100101 10001 10001 0 111100 11110000 1001 100100

Color Harmonies of #545465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545465

Black with #545465

Text Example


Text Example

White with #545465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545465; }

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

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

background-color css

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

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

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

border-color css

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

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

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