#545A63

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

Shades of Bright Grey #545A63

Tints of Bright Grey #545A63

Color information

#545A63 (or 0x545A63) is unknown color: approx Bright Grey. HEX triplet: 54, 5A and 63. RGB value is (84,90,99). Sum of RGB (Red+Green+Blue) = 84+90+99=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 99 - color contains mainly: blue. Hex color #545A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A63 is #ABA59C. Grayscale: #595959. Windows color (decimal): -11249053 or 6511188. OLE color: 6511188.

HSL color Cylindrical-coordinate representation of color #545A63: hue angle of 216º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545A63 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB849099-
CMYK0.150.0900.61
HSL216º8.2%35.88%-
HSV(B)216º15.15%38.82%-
XYZ9.5610.113.25-
YUV89.23133.51124.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=30.77%
G=32.97%
B=36.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8490990.150.0900.612168.235.88
Hex545A63F903Dd8824
Octal12413214317110753301044
Binary101010010110101100011111110010111101110110001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,90,99); }

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

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

 a { background-color: rgb(84,90,99); }

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

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

 span { border-color: rgb(84,90,99); }

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