#546979

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

Shades of Wedgewood #546979

Tints of Wedgewood #546979

Color information

#546979 (or 0x546979) is unknown color: approx Wedgewood. HEX triplet: 54, 69 and 79. RGB value is (84,105,121). Sum of RGB (Red+Green+Blue) = 84+105+121=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #546979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546979 is #AB9686. Grayscale: #646464. Windows color (decimal): -11245191 or 7956820. OLE color: 7956820.

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

Color convert

RGB84105121-
CMYK0.310.1300.53
HSL205.95º18.05%40.2%-
HSV(B)205.95º30.58%47.45%-
XYZ12.1613.3720.03-
YUV100.54139.54116.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=27.10%
G=33.87%
B=39.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841051210.310.1300.53205.9518.0540.2
Hex5469791FD035ce1228
Octal12415117137150653162250
Binary10101001101001111100111111110101101011100111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546979; }

 p { color: rgb(84,105,121); }

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

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

 a { background-color: rgb(84,105,121); }

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

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

 span { border-color: rgb(84,105,121); }

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