#54565D

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

Shades of Bright Grey #54565D

Tints of Bright Grey #54565D

Color information

#54565D (or 0x54565D) is unknown color: approx Bright Grey. HEX triplet: 54, 56 and 5D. RGB value is (84,86,93). Sum of RGB (Red+Green+Blue) = 84+86+93=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #54565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54565D is #ABA9A2. Grayscale: #565656. Windows color (decimal): -11250083 or 6116948. OLE color: 6116948.

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

Color convert

RGB848693-
CMYK0.100.0800.64
HSL226.67º5.08%34.71%-
HSV(B)226.67º9.68%36.47%-
XYZ8.969.3311.68-
YUV86.2131.84126.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.94%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=31.94%
G=32.70%
B=35.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8486930.100.0800.64226.675.0834.71
Hex54565DA8040e3523
Octal12412613512100100343543
Binary101010010101101011101101010000100000011100011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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