#545D6D

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

Shades of Bright Grey #545D6D

Tints of Bright Grey #545D6D

Color information

#545D6D (or 0x545D6D) is unknown color: approx Bright Grey. HEX triplet: 54, 5D and 6D. RGB value is (84,93,109). Sum of RGB (Red+Green+Blue) = 84+93+109=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #545D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D6D is #ABA292. Grayscale: #5C5C5C. Windows color (decimal): -11248275 or 7167316. OLE color: 7167316.

HSL color Cylindrical-coordinate representation of color #545D6D: hue angle of 218.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #545D6D is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8493109-
CMYK0.230.1500.57
HSL218.4º12.95%37.84%-
HSV(B)218.4º22.94%42.75%-
XYZ10.3310.8216.01-
YUV92.13137.52122.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 93 (36.72% from 255) = 32.52%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=29.37%
G=32.52%
B=38.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84931090.230.1500.57218.412.9537.84
Hex545D6D17F039dad26
Octal12413515527170713321546
Binary1010100101110111011011011111110111001110110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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