#545865

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

Shades of Bright Grey #545865

Tints of Bright Grey #545865

Color information

#545865 (or 0x545865) is unknown color: approx Bright Grey. HEX triplet: 54, 58 and 65. RGB value is (84,88,101). Sum of RGB (Red+Green+Blue) = 84+88+101=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #545865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545865 is #ABA79A. Grayscale: #585858. Windows color (decimal): -11249563 or 6641748. OLE color: 6641748.

HSL color Cylindrical-coordinate representation of color #545865: hue angle of 225.88º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #545865 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8488101-
CMYK0.170.1300.60
HSL225.88º9.19%36.27%-
HSV(B)225.88º16.83%39.61%-
XYZ9.499.813.7-
YUV88.29135.17124.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=30.77%
G=32.23%
B=37.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84881010.170.1300.60225.889.1936.27
Hex54586511D03Ce2924
Octal12413014521150743421144
Binary1010100101100011001011000111010111100111000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545865; }

 p { color: rgb(84,88,101); }

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

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

 a { background-color: rgb(84,88,101); }

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

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

 span { border-color: rgb(84,88,101); }

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