#545D6C

Color #545D6C Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #545D6C

Tints of Bright Grey #545D6C

Color information

#545D6C (or 0x545D6C) is unknown color: approx Bright Grey. HEX triplet: 54, 5D and 6C. RGB value is (84,93,108). Sum of RGB (Red+Green+Blue) = 84+93+108=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #545D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D6C is #ABA293. Grayscale: #5B5B5B. Windows color (decimal): -11248276 or 7101780. OLE color: 7101780.

HSL color Cylindrical-coordinate representation of color #545D6C: hue angle of 217.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #545D6C is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8493108-
CMYK0.220.1400.58
HSL217.5º12.5%37.65%-
HSV(B)217.5º22.22%42.35%-
XYZ10.2810.815.73-
YUV92.02137.02122.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=29.47%
G=32.63%
B=37.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84931080.220.1400.58217.512.537.65
Hex545D6C16E03Adac26
Octal12413515426160723321446
Binary1010100101110111011001011011100111010110110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545D6C; }

 p { color: rgb(84,93,108); }

 H1.HeaderClassName
 {
   color: #545D6C;
 }
 .AnyTagClassName
 {
   color: #545D6C;
 }
</style>
background-color css

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

 a { background-color: rgb(84,93,108); }

 div.DivClassName
 {
   background-color: #545D6C;
 }
 .BgClassName
 {
   background-color: #545D6C;
 }
</style>
border-color css

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

 span { border-color: rgb(84,93,108); }

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