#546980

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

Shades of Wedgewood #546980

Tints of Wedgewood #546980

Color information

#546980 (or 0x546980) is unknown color: approx Wedgewood. HEX triplet: 54, 69 and 80. RGB value is (84,105,128). Sum of RGB (Red+Green+Blue) = 84+105+128=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #546980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546980 is #AB967F. Grayscale: #656565. Windows color (decimal): -11245184 or 8415572. OLE color: 8415572.

HSL color Cylindrical-coordinate representation of color #546980: hue angle of 211.36º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #546980 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB84105128-
CMYK0.340.1800.50
HSL211.36º20.75%41.57%-
HSV(B)211.36º34.38%50.2%-
XYZ12.613.5522.37-
YUV101.34143.04115.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=26.50%
G=33.12%
B=40.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal841051280.340.1800.50211.3620.7541.57
Hex5469802212032d3152a
Octal12415120042220623232552
Binary10101001101001100000001000101001001100101101001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546980; }

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

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

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

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

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

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

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

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