#54728D

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

Shades of Wedgewood #54728D

Tints of Wedgewood #54728D

Color information

#54728D (or 0x54728D) is unknown color: approx Wedgewood. HEX triplet: 54, 72 and 8D. RGB value is (84,114,141). Sum of RGB (Red+Green+Blue) = 84+114+141=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #54728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54728D is #AB8D72. Grayscale: #6B6B6B. Windows color (decimal): -11242867 or 9269844. OLE color: 9269844.

HSL color Cylindrical-coordinate representation of color #54728D: hue angle of 208.42º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54728D is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84114141-
CMYK0.400.1900.45
HSL208.42º25.33%44.12%-
HSV(B)208.42º40.43%55.29%-
XYZ14.4815.8427.49-
YUV108.11146.56110.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=24.78%
G=33.63%
B=41.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841141410.400.1900.45208.4225.3344.12
Hex54728D281302Dd0192c
Octal12416221550230553203154
Binary10101001110010100011011010001001101011011101000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54728D; }

 p { color: rgb(84,114,141); }

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

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

 a { background-color: rgb(84,114,141); }

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

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

 span { border-color: rgb(84,114,141); }

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