#545961

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

Shades of Bright Grey #545961

Tints of Bright Grey #545961

Color information

#545961 (or 0x545961) is unknown color: approx Bright Grey. HEX triplet: 54, 59 and 61. RGB value is (84,89,97). Sum of RGB (Red+Green+Blue) = 84+89+97=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #545961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545961 is #ABA69E. Grayscale: #585858. Windows color (decimal): -11249311 or 6379860. OLE color: 6379860.

HSL color Cylindrical-coordinate representation of color #545961: hue angle of 216.92º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #545961 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB848997-
CMYK0.130.0800.62
HSL216.92º7.18%35.49%-
HSV(B)216.92º13.4%38.04%-
XYZ9.399.8912.72-
YUV88.42132.84124.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.11%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=31.11%
G=32.96%
B=35.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8489970.130.0800.62216.927.1835.49
Hex545961D803Ed9723
Octal1241311411510076331743
Binary10101001011001110000111011000011111011011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545961; }

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

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

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

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

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

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

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

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