#545564

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

Shades of Bright Grey #545564

Tints of Bright Grey #545564

Color information

#545564 (or 0x545564) is unknown color: approx Bright Grey. HEX triplet: 54, 55 and 64. RGB value is (84,85,100). Sum of RGB (Red+Green+Blue) = 84+85+100=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 100 - color contains mainly: blue. Hex color #545564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545564 is #ABAA9B. Grayscale: #565656. Windows color (decimal): -11250332 or 6575444. OLE color: 6575444.

HSL color Cylindrical-coordinate representation of color #545564: hue angle of 236.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #545564 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8485100-
CMYK0.160.1500.61
HSL236.25º8.7%36.08%-
HSV(B)236.25º16%39.22%-
XYZ9.29.313.37-
YUV86.41135.67126.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.23%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=31.23%
G=31.60%
B=37.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal84851000.160.1500.61236.258.736.08
Hex54556410F03Dec924
Octal12412514420170753541144
Binary1010100101010111001001000011110111101111011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545564; }

 p { color: rgb(84,85,100); }

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

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

 a { background-color: rgb(84,85,100); }

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

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

 span { border-color: rgb(84,85,100); }

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