#545B63

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

Shades of Bright Grey #545B63

Tints of Bright Grey #545B63

Color information

#545B63 (or 0x545B63) is unknown color: approx Bright Grey. HEX triplet: 54, 5B and 63. RGB value is (84,91,99). Sum of RGB (Red+Green+Blue) = 84+91+99=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #545B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B63 is #ABA49C. Grayscale: #595959. Windows color (decimal): -11248797 or 6511444. OLE color: 6511444.

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

Color convert

RGB849199-
CMYK0.150.0800.61
HSL212º8.2%35.88%-
HSV(B)212º15.15%38.82%-
XYZ9.6510.2713.28-
YUV89.82133.18123.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=30.66%
G=33.21%
B=36.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8491990.150.0800.612128.235.88
Hex545B63F803Dd4824
Octal12413314317100753241044
Binary101010010110111100011111110000111101110101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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