#547189

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

Shades of Wedgewood #547189

Tints of Wedgewood #547189

Color information

#547189 (or 0x547189) is unknown color: approx Wedgewood. HEX triplet: 54, 71 and 89. RGB value is (84,113,137). Sum of RGB (Red+Green+Blue) = 84+113+137=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #547189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547189 is #AB8E76. Grayscale: #6A6A6A. Windows color (decimal): -11243127 or 9007444. OLE color: 9007444.

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

Color convert

RGB84113137-
CMYK0.390.1800.46
HSL207.17º23.98%43.33%-
HSV(B)207.17º38.69%53.73%-
XYZ14.0815.525.92-
YUV107.06144.89111.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=25.15%
G=33.83%
B=41.02%

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
Decimal841131370.390.1800.46207.1723.9843.33
Hex547189271202Ecf182b
Octal12416121147220563173053
Binary10101001110001100010011001111001001011101100111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547189; }

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

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

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

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

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

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

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

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