#54575F

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

Shades of Bright Grey #54575F

Tints of Bright Grey #54575F

Color information

#54575F (or 0x54575F) is unknown color: approx Bright Grey. HEX triplet: 54, 57 and 5F. RGB value is (84,87,95). Sum of RGB (Red+Green+Blue) = 84+87+95=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 95 - color contains mainly: blue. Hex color #54575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54575F is #ABA8A0. Grayscale: #565656. Windows color (decimal): -11249825 or 6248276. OLE color: 6248276.

HSL color Cylindrical-coordinate representation of color #54575F: hue angle of 223.64º 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 #54575F is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB848795-
CMYK0.120.0800.63
HSL223.64º6.15%35.1%-
HSV(B)223.64º11.58%37.25%-
XYZ9.139.5312.18-
YUV87.02132.51125.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=31.58%
G=32.71%
B=35.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8487950.120.0800.63223.646.1535.1
Hex54575FC803Fe0623
Octal1241271371410077340643
Binary10101001010111101111111001000011111111100000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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