#54718A

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

Shades of Wedgewood #54718A

Tints of Wedgewood #54718A

Color information

#54718A (or 0x54718A) is unknown color: approx Wedgewood. HEX triplet: 54, 71 and 8A. RGB value is (84,113,138). Sum of RGB (Red+Green+Blue) = 84+113+138=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #54718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54718A is #AB8E75. Grayscale: #6B6B6B. Windows color (decimal): -11243126 or 9072980. OLE color: 9072980.

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

Color convert

RGB84113138-
CMYK0.390.1800.46
HSL207.78º24.32%43.53%-
HSV(B)207.78º39.13%54.12%-
XYZ14.1515.5326.3-
YUV107.18145.39111.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=25.07%
G=33.73%
B=41.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841131380.390.1800.46207.7824.3243.53
Hex54718A271202Ed0182c
Octal12416121247220563203054
Binary10101001110001100010101001111001001011101101000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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