#545559

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

Shades of Bright Grey #545559

Tints of Bright Grey #545559

Color information

#545559 (or 0x545559) is unknown color: approx Bright Grey. HEX triplet: 54, 55 and 59. RGB value is (84,85,89). Sum of RGB (Red+Green+Blue) = 84+85+89=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 89 - color contains mainly: blue. Hex color #545559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545559 is #ABAAA6. Grayscale: #555555. Windows color (decimal): -11250343 or 5854548. OLE color: 5854548.

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

Color convert

RGB848589-
CMYK0.060.0400.65
HSL228º2.89%33.92%-
HSV(B)228º5.62%34.9%-
XYZ8.719.110.75-
YUV85.16130.17127.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=32.56%
G=32.95%
B=34.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8485890.060.0400.652282.8933.92
Hex54555964041e4322
Octal124125131640101344342
Binary101010010101011011001110100010000011110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545559; }

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

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

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

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

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

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

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

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