#546A63

Color #546A63 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #546A63

Tints of William #546A63

Color information

#546A63 (or 0x546A63) is unknown color: approx William. HEX triplet: 54, 6A and 63. RGB value is (84,106,99). Sum of RGB (Red+Green+Blue) = 84+106+99=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 106 - color contains mainly: green. Hex color #546A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A63 is #AB959C. Grayscale: #626262. Windows color (decimal): -11244957 or 6515284. OLE color: 6515284.

HSL color Cylindrical-coordinate representation of color #546A63: hue angle of 160.91º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #546A63 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB8410699-
CMYK0.2100.070.58
HSL160.91º11.58%37.25%-
HSV(B)160.91º20.75%41.57%-
XYZ11.0613.0913.75-
YUV98.62128.21117.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.07%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=29.07%
G=36.68%
B=34.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84106990.2100.070.58160.9111.5837.25
Hex546A6315073Aa1c25
Octal1241521432507722411445
Binary101010011010101100011101010111111010101000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546A63; }

 p { color: rgb(84,106,99); }

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

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

 a { background-color: rgb(84,106,99); }

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

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

 span { border-color: rgb(84,106,99); }

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