Html Css Color HEX #545368 Smoky

📋 copy color: '#545368'

red 84 ◦ green 83 ◦ blue 104

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

Shades of Smoky #545368

Tints of Smoky #545368

RGB

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

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

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

R = 31%
G = 30.63%
B = 38.38%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#545368 (or 0x545368) is known color: Smoky. HEX triplet: 54, 53 and 68. RGB value is (84,83,104). Sum of RGB (Red+Green+Blue) = 84+83+104=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #545368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545368 is #ABAC97. Grayscale: #555555. Windows color (decimal): -11250840 or 6837076. OLE color: 6837076.

HSL color Cylindrical-coordinate representation of color #545368: hue angle of 242.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #545368 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 83 104 -
CMYK 0.19 0.20 0 0.59
HSL 242.86º 0.11% 0.37% -
HSV(B) 242.86º 0.2% 0.41% -
XYZ 9.25 9.07 14.36 -
YUV 85.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 84 83 104 0.19 0.20 0 0.59 242.86 0.11 0.37
Hex 54 53 68 13 14 0 3B F3 B 25
Octal 124 123 150 23 24 0 73 363 13 45
Binary 1010100 1010011 1101000 10011 10100 0 111011 11110011 1011 100101

Color Harmonies of #545368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545368

Black with #545368

Text Example


Text Example

White with #545368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545368; }

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

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

background-color css

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

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

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

border-color css

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

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

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