#54565B

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

Shades of Bright Grey #54565B

Tints of Bright Grey #54565B

Color information

#54565B (or 0x54565B) is unknown color: approx Bright Grey. HEX triplet: 54, 56 and 5B. RGB value is (84,86,91). Sum of RGB (Red+Green+Blue) = 84+86+91=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #54565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54565B is #ABA9A4. Grayscale: #555555. Windows color (decimal): -11250085 or 5985876. OLE color: 5985876.

HSL color Cylindrical-coordinate representation of color #54565B: hue angle of 222.86º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #54565B is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB848691-
CMYK0.080.0500.64
HSL222.86º4%34.31%-
HSV(B)222.86º7.69%35.69%-
XYZ8.879.311.22-
YUV85.97130.84126.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=32.18%
G=32.95%
B=34.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8486910.080.0500.64222.86434.31
Hex54565B85040df422
Octal1241261331050100337442
Binary10101001010110101101110001010100000011011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54565B; }

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

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

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

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

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

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

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

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