#546E82

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

Shades of Wedgewood #546E82

Tints of Wedgewood #546E82

Color information

#546E82 (or 0x546E82) is unknown color: approx Wedgewood. HEX triplet: 54, 6E and 82. RGB value is (84,110,130). Sum of RGB (Red+Green+Blue) = 84+110+130=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #546E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546E82 is #AB917D. Grayscale: #686868. Windows color (decimal): -11243902 or 8547924. OLE color: 8547924.

HSL color Cylindrical-coordinate representation of color #546E82: hue angle of 206.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #546E82 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB84110130-
CMYK0.350.1500.49
HSL206.09º21.5%41.96%-
HSV(B)206.09º35.38%50.98%-
XYZ13.2614.6523.25-
YUV104.51142.39113.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=25.93%
G=33.95%
B=40.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841101300.350.1500.49206.0921.541.96
Hex546E8223F031ce152a
Octal12415620243170613162552
Binary1010100110111010000010100011111101100011100111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,110,130); }

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

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

 a { background-color: rgb(84,110,130); }

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

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

 span { border-color: rgb(84,110,130); }

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