#547089

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

Shades of Wedgewood #547089

Tints of Wedgewood #547089

Color information

#547089 (or 0x547089) is unknown color: approx Wedgewood. HEX triplet: 54, 70 and 89. RGB value is (84,112,137). Sum of RGB (Red+Green+Blue) = 84+112+137=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #547089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547089 is #AB8F76. Grayscale: #6A6A6A. Windows color (decimal): -11243383 or 9007188. OLE color: 9007188.

HSL color Cylindrical-coordinate representation of color #547089: hue angle of 208.3º 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 #547089 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB84112137-
CMYK0.390.1800.46
HSL208.3º23.98%43.33%-
HSV(B)208.3º38.69%53.73%-
XYZ13.9715.2825.88-
YUV106.48145.22111.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 137 (53.91% from 255) = 41.14%
R=25.23%
G=33.63%
B=41.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841121370.390.1800.46208.323.9843.33
Hex547089271202Ed0182b
Octal12416021147220563203053
Binary10101001110000100010011001111001001011101101000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547089; }

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

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

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

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

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

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

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

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