#546D87

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

Shades of Wedgewood #546D87

Tints of Wedgewood #546D87

Color information

#546D87 (or 0x546D87) is unknown color: approx Wedgewood. HEX triplet: 54, 6D and 87. RGB value is (84,109,135). Sum of RGB (Red+Green+Blue) = 84+109+135=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #546D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D87 is #AB9278. Grayscale: #686868. Windows color (decimal): -11244153 or 8875348. OLE color: 8875348.

HSL color Cylindrical-coordinate representation of color #546D87: hue angle of 210.59º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #546D87 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84109135-
CMYK0.380.1900.47
HSL210.59º23.29%42.94%-
HSV(B)210.59º37.78%52.94%-
XYZ13.514.5725.02-
YUV104.49145.22113.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 135 (53.12% from 255) = 41.16%
R=25.61%
G=33.23%
B=41.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841091350.380.1900.47210.5923.2942.94
Hex546D87261302Fd3172b
Octal12415520746230573232753
Binary10101001101101100001111001101001101011111101001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,109,135); }

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

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

 a { background-color: rgb(84,109,135); }

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

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

 span { border-color: rgb(84,109,135); }

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