#545960

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

Shades of Bright Grey #545960

Tints of Bright Grey #545960

Color information

#545960 (or 0x545960) is unknown color: approx Bright Grey. HEX triplet: 54, 59 and 60. RGB value is (84,89,96). Sum of RGB (Red+Green+Blue) = 84+89+96=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 96 - color contains mainly: blue. Hex color #545960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545960 is #ABA69F. Grayscale: #585858. Windows color (decimal): -11249312 or 6314324. OLE color: 6314324.

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

Color convert

RGB848996-
CMYK0.120.0700.62
HSL215º6.67%35.29%-
HSV(B)215º12.5%37.65%-
XYZ9.349.8712.48-
YUV88.3132.34124.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.23%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=31.23%
G=33.09%
B=35.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8489960.120.0700.622156.6735.29
Hex545960C703Ed7723
Octal124131140147076327743
Binary1010100101100111000001100111011111011010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545960; }

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

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

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

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

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

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

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

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