#545558

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

Shades of Bright Grey #545558

Tints of Bright Grey #545558

Color information

#545558 (or 0x545558) is unknown color: approx Bright Grey. HEX triplet: 54, 55 and 58. RGB value is (84,85,88). Sum of RGB (Red+Green+Blue) = 84+85+88=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 88 - color contains mainly: blue. Hex color #545558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545558 is #ABAAA7. Grayscale: #555555. Windows color (decimal): -11250344 or 5789012. OLE color: 5789012.

HSL color Cylindrical-coordinate representation of color #545558: hue angle of 225º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #545558 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB848588-
CMYK0.050.0300.65
HSL225º2.33%33.73%-
HSV(B)225º4.55%34.51%-
XYZ8.679.0910.53-
YUV85.04129.67127.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.68%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=32.68%
G=33.07%
B=34.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8485880.050.0300.652252.3333.73
Hex54555853041e1222
Octal124125130530101341242
Binary10101001010101101100010111010000011110000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545558; }

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

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

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

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

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

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

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

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