#545966

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

Shades of Bright Grey #545966

Tints of Bright Grey #545966

Color information

#545966 (or 0x545966) is unknown color: approx Bright Grey. HEX triplet: 54, 59 and 66. RGB value is (84,89,102). Sum of RGB (Red+Green+Blue) = 84+89+102=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 102 - color contains mainly: blue. Hex color #545966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545966 is #ABA699. Grayscale: #585858. Windows color (decimal): -11249306 or 6707540. OLE color: 6707540.

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

Color convert

RGB8489102-
CMYK0.180.1300.6
HSL223.33º9.68%36.47%-
HSV(B)223.33º17.65%40%-
XYZ9.639.9913.99-
YUV88.99135.34124.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=30.55%
G=32.36%
B=37.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84891020.180.1300.6223.339.6836.47
Hex54596612D03Cdfa24
Octal12413114622150743371244
Binary1010100101100111001101001011010111100110111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545966; }

 p { color: rgb(84,89,102); }

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

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

 a { background-color: rgb(84,89,102); }

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

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

 span { border-color: rgb(84,89,102); }

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