#545B68

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

Shades of Bright Grey #545B68

Tints of Bright Grey #545B68

Color information

#545B68 (or 0x545B68) is unknown color: approx Bright Grey. HEX triplet: 54, 5B and 68. RGB value is (84,91,104). Sum of RGB (Red+Green+Blue) = 84+91+104=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #545B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B68 is #ABA497. Grayscale: #5A5A5A. Windows color (decimal): -11248792 or 6839124. OLE color: 6839124.

HSL color Cylindrical-coordinate representation of color #545B68: hue angle of 219º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545B68 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8491104-
CMYK0.190.1200.59
HSL219º10.64%36.86%-
HSV(B)219º19.23%40.78%-
XYZ9.910.3714.58-
YUV90.39135.68123.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=30.11%
G=32.62%
B=37.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84911040.190.1200.5921910.6436.86
Hex545B6813C03Bdbb25
Octal12413315023140733331345
Binary1010100101101111010001001111000111011110110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,91,104); }

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

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

 a { background-color: rgb(84,91,104); }

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

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

 span { border-color: rgb(84,91,104); }

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