Html Css Color HEX #545268 Smoky

📋 copy color: '#545268'

red 84 ◦ green 82 ◦ blue 104

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

Shades of Smoky #545268

Tints of Smoky #545268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.52%

R = 31.11%
G = 30.37%
B = 38.52%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#545268 (or 0x545268) is known color: Smoky. HEX triplet: 54, 52 and 68. RGB value is (84,82,104). Sum of RGB (Red+Green+Blue) = 84+82+104=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 104 - color contains mainly: blue. Hex color #545268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545268 is #ABAD97. Grayscale: #555555. Windows color (decimal): -11251096 or 6836820. OLE color: 6836820.

HSL color Cylindrical-coordinate representation of color #545268: hue angle of 245.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #545268 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 82 104 -
CMYK 0.19 0.21 0 0.59
HSL 245.45º 0.12% 0.36% -
HSV(B) 245.45º 0.21% 0.41% -
XYZ 9.17 8.92 14.33 -
YUV 85.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 84 82 104 0.19 0.21 0 0.59 245.45 0.12 0.36
Hex 54 52 68 13 15 0 3B F5 C 24
Octal 124 122 150 23 25 0 73 365 14 44
Binary 1010100 1010010 1101000 10011 10101 0 111011 11110101 1100 100100

Color Harmonies of #545268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545268

Black with #545268

Text Example


Text Example

White with #545268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545268; }

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

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

background-color css

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

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

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

border-color css

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

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

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