#54728B

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

Shades of Wedgewood #54728B

Tints of Wedgewood #54728B

Color information

#54728B (or 0x54728B) is unknown color: approx Wedgewood. HEX triplet: 54, 72 and 8B. RGB value is (84,114,139). Sum of RGB (Red+Green+Blue) = 84+114+139=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #54728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54728B is #AB8D74. Grayscale: #6B6B6B. Windows color (decimal): -11242869 or 9138772. OLE color: 9138772.

HSL color Cylindrical-coordinate representation of color #54728B: hue angle of 207.27º 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 #54728B is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84114139-
CMYK0.400.1800.45
HSL207.27º24.66%43.73%-
HSV(B)207.27º39.57%54.51%-
XYZ14.3315.7826.72-
YUV107.88145.56110.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=24.93%
G=33.83%
B=41.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841141390.400.1800.45207.2724.6643.73
Hex54728B281202Dcf192c
Octal12416221350220553173154
Binary10101001110010100010111010001001001011011100111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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