#545366

Color #545366 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #545366

Tints of Smoky #545366

Color information

#545366 (or 0x545366) is unknown color: approx 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

RGB8483102-
CMYK0.180.1900.6
HSL243.16º10.27%36.27%-
HSV(B)243.16º18.63%40%-
XYZ9.159.0313.83-
YUV85.46137.33126.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84831020.180.1900.6243.1610.2736.27
Hex545366121303Cf3a24
Octal12412314622230743631244
Binary10101001010011110011010010100110111100111100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>