#545A61

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

Shades of Bright Grey #545A61

Tints of Bright Grey #545A61

Color information

#545A61 (or 0x545A61) is unknown color: approx Bright Grey. HEX triplet: 54, 5A and 61. RGB value is (84,90,97). Sum of RGB (Red+Green+Blue) = 84+90+97=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 97 - color contains mainly: blue. Hex color #545A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A61 is #ABA59E. Grayscale: #585858. Windows color (decimal): -11249055 or 6380116. OLE color: 6380116.

HSL color Cylindrical-coordinate representation of color #545A61: hue angle of 212.31º 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 #545A61 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB849097-
CMYK0.130.0700.62
HSL212.31º7.18%35.49%-
HSV(B)212.31º13.4%38.04%-
XYZ9.4710.0612.75-
YUV89132.51124.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=31.00%
G=33.21%
B=35.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8490970.130.0700.62212.317.1835.49
Hex545A61D703Ed4723
Octal124132141157076324743
Binary1010100101101011000011101111011111011010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545A61; }

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

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

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

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

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

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

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

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