#54585F

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

Shades of Bright Grey #54585F

Tints of Bright Grey #54585F

Color information

#54585F (or 0x54585F) is unknown color: approx Bright Grey. HEX triplet: 54, 58 and 5F. RGB value is (84,88,95). Sum of RGB (Red+Green+Blue) = 84+88+95=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 95 - color contains mainly: blue. Hex color #54585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54585F is #ABA7A0. Grayscale: #575757. Windows color (decimal): -11249569 or 6248532. OLE color: 6248532.

HSL color Cylindrical-coordinate representation of color #54585F: hue angle of 218.18º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #54585F is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB848895-
CMYK0.120.0700.63
HSL218.18º6.15%35.1%-
HSV(B)218.18º11.58%37.25%-
XYZ9.219.6912.21-
YUV87.6132.17125.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=31.46%
G=32.96%
B=35.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8488950.120.0700.63218.186.1535.1
Hex54585FC703Fda623
Octal124130137147077332643
Binary1010100101100010111111100111011111111011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54585F; }

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

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

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

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

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

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

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

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