Html Css Color HEX #545366 Smoky

📋 copy color: '#545366'

red 84 ◦ green 83 ◦ blue 102

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

Shades of Smoky #545366

Tints of Smoky #545366

RGB

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

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

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

R = 31.23%
G = 30.86%
B = 37.92%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#545366 (or 0x545366) is known color: Smoky. HEX triplet: 54, 53 and 66. RGB value is (84,83,102). Sum of RGB (Red+Green+Blue) = 84+83+102=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #545366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545366 is #ABAC99. Grayscale: #555555. Windows color (decimal): -11250842 or 6706004. OLE color: 6706004.

HSL color Cylindrical-coordinate representation of color #545366: hue angle of 243.16º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545366 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 84 83 102 -
CMYK 0.18 0.19 0 0.6
HSL 243.16º 0.1% 0.36% -
HSV(B) 243.16º 0.19% 0.4% -
XYZ 9.15 9.03 13.83 -
YUV 85.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 84 83 102 0.18 0.19 0 0.6 243.16 0.1 0.36
Hex 54 53 66 12 13 0 3C F3 A 24
Octal 124 123 146 22 23 0 74 363 12 44
Binary 1010100 1010011 1100110 10010 10011 0 111100 11110011 1010 100100

Color Harmonies of #545366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545366

Black with #545366

Text Example


Text Example

White with #545366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545366; }

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

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

background-color css

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

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

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

border-color css

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

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

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