#546B6A

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

Shades of William #546B6A

Tints of William #546B6A

Color information

#546B6A (or 0x546B6A) is unknown color: approx William. HEX triplet: 54, 6B and 6A. RGB value is (84,107,106). Sum of RGB (Red+Green+Blue) = 84+107+106=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 107 - color contains mainly: green. Hex color #546B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B6A is #AB9495. Grayscale: #636363. Windows color (decimal): -11244694 or 6974292. OLE color: 6974292.

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

Color convert

RGB84107106-
CMYK0.2100.010.58
HSL177.39º12.04%37.45%-
HSV(B)177.39º21.5%41.96%-
XYZ11.5213.4415.62-
YUV100.01131.38116.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=28.28%
G=36.03%
B=35.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal841071060.2100.010.58177.3912.0437.45
Hex546B6A15013Ab1c25
Octal1241531522501722611445
Binary1010100110101111010101010101111010101100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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