#546F89

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

Shades of Wedgewood #546F89

Tints of Wedgewood #546F89

Color information

#546F89 (or 0x546F89) is unknown color: approx Wedgewood. HEX triplet: 54, 6F and 89. RGB value is (84,111,137). Sum of RGB (Red+Green+Blue) = 84+111+137=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #546F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546F89 is #AB9076. Grayscale: #696969. Windows color (decimal): -11243639 or 9006932. OLE color: 9006932.

HSL color Cylindrical-coordinate representation of color #546F89: hue angle of 209.43º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #546F89 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB84111137-
CMYK0.390.1900.46
HSL209.43º23.98%43.33%-
HSV(B)209.43º38.69%53.73%-
XYZ13.8615.0625.84-
YUV105.89145.55112.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=25.30%
G=33.43%
B=41.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841111370.390.1900.46209.4323.9843.33
Hex546F89271302Ed1182b
Octal12415721147230563213053
Binary10101001101111100010011001111001101011101101000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,111,137); }

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

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

 a { background-color: rgb(84,111,137); }

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

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

 span { border-color: rgb(84,111,137); }

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