#546B65

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

Shades of William #546B65

Tints of William #546B65

Color information

#546B65 (or 0x546B65) is unknown color: approx William. HEX triplet: 54, 6B and 65. RGB value is (84,107,101). Sum of RGB (Red+Green+Blue) = 84+107+101=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #546B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B65 is #AB949A. Grayscale: #636363. Windows color (decimal): -11244699 or 6646612. OLE color: 6646612.

HSL color Cylindrical-coordinate representation of color #546B65: hue angle of 164.35º 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 #546B65 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB84107101-
CMYK0.2100.060.58
HSL164.35º12.04%37.45%-
HSV(B)164.35º21.5%41.96%-
XYZ11.2613.3414.29-
YUV99.44128.88116.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=28.77%
G=36.64%
B=34.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal841071010.2100.060.58164.3512.0437.45
Hex546B6515063Aa4c25
Octal1241531452506722441445
Binary101010011010111100101101010110111010101001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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