#545C68

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

Shades of Bright Grey #545C68

Tints of Bright Grey #545C68

Color information

#545C68 (or 0x545C68) is unknown color: approx Bright Grey. HEX triplet: 54, 5C and 68. RGB value is (84,92,104). Sum of RGB (Red+Green+Blue) = 84+92+104=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #545C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C68 is #ABA397. Grayscale: #5A5A5A. Windows color (decimal): -11248536 or 6839380. OLE color: 6839380.

HSL color Cylindrical-coordinate representation of color #545C68: hue angle of 216º 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 #545C68 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8492104-
CMYK0.190.1200.59
HSL216º10.64%36.86%-
HSV(B)216º19.23%40.78%-
XYZ9.9810.5414.6-
YUV90.98135.35123.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=30%
G=32.86%
B=37.14%

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
Decimal84921040.190.1200.5921610.6436.86
Hex545C6813C03Bd8b25
Octal12413415023140733301345
Binary1010100101110011010001001111000111011110110001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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