#547082

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

Shades of Wedgewood #547082

Tints of Wedgewood #547082

Color information

#547082 (or 0x547082) is unknown color: approx Wedgewood. HEX triplet: 54, 70 and 82. RGB value is (84,112,130). Sum of RGB (Red+Green+Blue) = 84+112+130=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #547082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547082 is #AB8F7D. Grayscale: #696969. Windows color (decimal): -11243390 or 8548436. OLE color: 8548436.

HSL color Cylindrical-coordinate representation of color #547082: hue angle of 203.48º 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 #547082 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB84112130-
CMYK0.350.1400.49
HSL203.48º21.5%41.96%-
HSV(B)203.48º35.38%50.98%-
XYZ13.4815.0823.32-
YUV105.68141.72112.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=25.77%
G=34.36%
B=39.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841121300.350.1400.49203.4821.541.96
Hex54708223E031cb152a
Octal12416020243160613132552
Binary1010100111000010000010100011111001100011100101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547082; }

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

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

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

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

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

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

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

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