#546C6B

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

Shades of William #546C6B

Tints of William #546C6B

Color information

#546C6B (or 0x546C6B) is unknown color: approx William. HEX triplet: 54, 6C and 6B. RGB value is (84,108,107). Sum of RGB (Red+Green+Blue) = 84+108+107=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 108 - color contains mainly: green. Hex color #546C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C6B is #AB9394. Grayscale: #646464. Windows color (decimal): -11244437 or 7040084. OLE color: 7040084.

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

Color convert

RGB84108107-
CMYK0.2200.010.58
HSL177.5º12.5%37.65%-
HSV(B)177.5º22.22%42.35%-
XYZ11.6713.6715.93-
YUV100.71131.55116.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=28.09%
G=36.12%
B=35.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal841081070.2200.010.58177.512.537.65
Hex546C6B16013Ab2c26
Octal1241541532601722621446
Binary1010100110110011010111011001111010101100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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