#54555D

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

Shades of Bright Grey #54555D

Tints of Bright Grey #54555D

Color information

#54555D (or 0x54555D) is unknown color: approx Bright Grey. HEX triplet: 54, 55 and 5D. RGB value is (84,85,93). Sum of RGB (Red+Green+Blue) = 84+85+93=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 93 - color contains mainly: blue. Hex color #54555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54555D is #ABAAA2. Grayscale: #555555. Windows color (decimal): -11250339 or 6116692. OLE color: 6116692.

HSL color Cylindrical-coordinate representation of color #54555D: hue angle of 233.33º 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 #54555D is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB848593-
CMYK0.100.0900.64
HSL233.33º5.08%34.71%-
HSV(B)233.33º9.68%36.47%-
XYZ8.889.1711.66-
YUV85.61132.17126.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=32.06%
G=32.44%
B=35.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8485930.100.0900.64233.335.0834.71
Hex54555DA9040e9523
Octal12412513512110100351543
Binary101010010101011011101101010010100000011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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