#54708A

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

Shades of Wedgewood #54708A

Tints of Wedgewood #54708A

Color information

#54708A (or 0x54708A) is unknown color: approx Wedgewood. HEX triplet: 54, 70 and 8A. RGB value is (84,112,138). Sum of RGB (Red+Green+Blue) = 84+112+138=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #54708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54708A is #AB8F75. Grayscale: #6A6A6A. Windows color (decimal): -11243382 or 9072724. OLE color: 9072724.

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

Color convert

RGB84112138-
CMYK0.390.1900.46
HSL208.89º24.32%43.53%-
HSV(B)208.89º39.13%54.12%-
XYZ14.0415.3126.26-
YUV106.59145.72111.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=25.15%
G=33.53%
B=41.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841121380.390.1900.46208.8924.3243.53
Hex54708A271302Ed1182c
Octal12416021247230563213054
Binary10101001110000100010101001111001101011101101000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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