Html Css Color HEX #545369 Smoky

📋 copy color: '#545369'

red 84 ◦ green 83 ◦ blue 105

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

Shades of Smoky #545369

Tints of Smoky #545369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.6%

R = 30.88%
G = 30.51%
B = 38.6%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#545369 (or 0x545369) is known color: Smoky. HEX triplet: 54, 53 and 69. RGB value is (84,83,105). Sum of RGB (Red+Green+Blue) = 84+83+105=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 105 - color contains mainly: blue. Hex color #545369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545369 is #ABAC96. Grayscale: #555555. Windows color (decimal): -11250839 or 6902612. OLE color: 6902612.

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

Color convert

RGB 84 83 105 -
CMYK 0.20 0.21 0 0.59
HSL 242.73º 0.12% 0.37% -
HSV(B) 242.73º 0.21% 0.41% -
XYZ 9.3 9.09 14.63 -
YUV 85.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 84 83 105 0.20 0.21 0 0.59 242.73 0.12 0.37
Hex 54 53 69 14 15 0 3B F3 C 25
Octal 124 123 151 24 25 0 73 363 14 45
Binary 1010100 1010011 1101001 10100 10101 0 111011 11110011 1100 100101

Color Harmonies of #545369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545369

Black with #545369

Text Example


Text Example

White with #545369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545369; }

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

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

background-color css

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

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

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

border-color css

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

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

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