Html Css Color HEX #545466 Smoky

📋 copy color: '#545466'

red 84 ◦ green 84 ◦ blue 102

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

Shades of Smoky #545466

Tints of Smoky #545466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 31.11%
G = 31.11%
B = 37.78%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#545466 (or 0x545466) is known color: Smoky. HEX triplet: 54, 54 and 66. RGB value is (84,84,102). Sum of RGB (Red+Green+Blue) = 84+84+102=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #545466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545466 is #ABAB99. Grayscale: #555555. Windows color (decimal): -11250586 or 6706260. OLE color: 6706260.

HSL color Cylindrical-coordinate representation of color #545466: hue angle of 240º 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 #545466 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 84 84 102 -
CMYK 0.18 0.18 0 0.6
HSL 240º 0.1% 0.36% -
HSV(B) 240º 0.18% 0.4% -
XYZ 9.22 9.18 13.86 -
YUV 86.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 84 84 102 0.18 0.18 0 0.6 240 0.1 0.36
Hex 54 54 66 12 12 0 3C F0 A 24
Octal 124 124 146 22 22 0 74 360 12 44
Binary 1010100 1010100 1100110 10010 10010 0 111100 11110000 1010 100100

Color Harmonies of #545466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545466

Black with #545466

Text Example


Text Example

White with #545466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545466; }

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

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

background-color css

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

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

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

border-color css

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

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

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