#545B6A

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

Shades of Bright Grey #545B6A

Tints of Bright Grey #545B6A

Color information

#545B6A (or 0x545B6A) is unknown color: approx Bright Grey. HEX triplet: 54, 5B and 6A. RGB value is (84,91,106). Sum of RGB (Red+Green+Blue) = 84+91+106=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #545B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B6A is #ABA495. Grayscale: #5A5A5A. Windows color (decimal): -11248790 or 6970196. OLE color: 6970196.

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

Color convert

RGB8491106-
CMYK0.210.1400.58
HSL220.91º11.58%37.25%-
HSV(B)220.91º20.75%41.57%-
XYZ1010.4115.12-
YUV90.62136.68123.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=29.89%
G=32.38%
B=37.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84911060.210.1400.58220.9111.5837.25
Hex545B6A15E03Addc25
Octal12413315225160723351445
Binary1010100101101111010101010111100111010110111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,91,106); }

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

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

 a { background-color: rgb(84,91,106); }

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

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

 span { border-color: rgb(84,91,106); }

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