#54748E

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

Shades of Wedgewood #54748E

Tints of Wedgewood #54748E

Color information

#54748E (or 0x54748E) is unknown color: approx Wedgewood. HEX triplet: 54, 74 and 8E. RGB value is (84,116,142). Sum of RGB (Red+Green+Blue) = 84+116+142=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #54748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54748E is #AB8B71. Grayscale: #6D6D6D. Windows color (decimal): -11242354 or 9335892. OLE color: 9335892.

HSL color Cylindrical-coordinate representation of color #54748E: hue angle of 206.9º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54748E is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84116142-
CMYK0.410.1800.44
HSL206.9º25.66%44.31%-
HSV(B)206.9º40.85%55.69%-
XYZ14.7816.3327.96-
YUV109.4146.4109.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=24.56%
G=33.92%
B=41.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841161420.410.1800.44206.925.6644.31
Hex54748E291202Ccf1a2c
Octal12416421651220543173254
Binary10101001110100100011101010011001001011001100111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54748E; }

 p { color: rgb(84,116,142); }

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

<style>
 a { background-color: #54748E; }

 a { background-color: rgb(84,116,142); }

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

<style>
 span { border-color: #54748E; }

 span { border-color: rgb(84,116,142); }

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