#54728A

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

Shades of Wedgewood #54728A

Tints of Wedgewood #54728A

Color information

#54728A (or 0x54728A) is unknown color: approx Wedgewood. HEX triplet: 54, 72 and 8A. RGB value is (84,114,138). Sum of RGB (Red+Green+Blue) = 84+114+138=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #54728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54728A is #AB8D75. Grayscale: #6B6B6B. Windows color (decimal): -11242870 or 9073236. OLE color: 9073236.

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

Color convert

RGB84114138-
CMYK0.390.1700.46
HSL206.67º24.32%43.53%-
HSV(B)206.67º39.13%54.12%-
XYZ14.2615.7526.33-
YUV107.77145.06111.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=25%
G=33.93%
B=41.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841141380.390.1700.46206.6724.3243.53
Hex54728A271102Ecf182c
Octal12416221247210563173054
Binary10101001110010100010101001111000101011101100111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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