#545763

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

Shades of Bright Grey #545763

Tints of Bright Grey #545763

Color information

#545763 (or 0x545763) is unknown color: approx Bright Grey. HEX triplet: 54, 57 and 63. RGB value is (84,87,99). Sum of RGB (Red+Green+Blue) = 84+87+99=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 99 - color contains mainly: blue. Hex color #545763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545763 is #ABA89C. Grayscale: #575757. Windows color (decimal): -11249821 or 6510420. OLE color: 6510420.

HSL color Cylindrical-coordinate representation of color #545763: hue angle of 228º 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 #545763 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB848799-
CMYK0.150.1200.61
HSL228º8.2%35.88%-
HSV(B)228º15.15%38.82%-
XYZ9.329.613.17-
YUV87.47134.51125.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.11%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=31.11%
G=32.22%
B=36.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8487990.150.1200.612288.235.88
Hex545763FC03De4824
Octal12412714317140753441044
Binary101010010101111100011111111000111101111001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545763; }

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

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

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

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

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

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

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

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