#545863

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

Shades of Bright Grey #545863

Tints of Bright Grey #545863

Color information

#545863 (or 0x545863) is unknown color: approx Bright Grey. HEX triplet: 54, 58 and 63. RGB value is (84,88,99). Sum of RGB (Red+Green+Blue) = 84+88+99=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 99 - color contains mainly: blue. Hex color #545863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545863 is #ABA79C. Grayscale: #585858. Windows color (decimal): -11249565 or 6510676. OLE color: 6510676.

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

Color convert

RGB848899-
CMYK0.150.1100.61
HSL224º8.2%35.88%-
HSV(B)224º15.15%38.82%-
XYZ9.49.7713.19-
YUV88.06134.17125.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=31.00%
G=32.47%
B=36.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8488990.150.1100.612248.235.88
Hex545863FB03De0824
Octal12413014317130753401044
Binary101010010110001100011111110110111101111000001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545863; }

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

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

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

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

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

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

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

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