#54738A

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

Shades of Wedgewood #54738A

Tints of Wedgewood #54738A

Color information

#54738A (or 0x54738A) is unknown color: approx Wedgewood. HEX triplet: 54, 73 and 8A. RGB value is (84,115,138). Sum of RGB (Red+Green+Blue) = 84+115+138=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #54738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54738A is #AB8C75. Grayscale: #6C6C6C. Windows color (decimal): -11242614 or 9073492. OLE color: 9073492.

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

Color convert

RGB84115138-
CMYK0.390.1700.46
HSL205.56º24.32%43.53%-
HSV(B)205.56º39.13%54.12%-
XYZ14.3715.9826.37-
YUV108.35144.73110.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=24.93%
G=34.12%
B=40.95%

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
Decimal841151380.390.1700.46205.5624.3243.53
Hex54738A271102Ece182c
Octal12416321247210563163054
Binary10101001110011100010101001111000101011101100111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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