#54738C

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

Shades of Wedgewood #54738C

Tints of Wedgewood #54738C

Color information

#54738C (or 0x54738C) is unknown color: approx Wedgewood. HEX triplet: 54, 73 and 8C. RGB value is (84,115,140). Sum of RGB (Red+Green+Blue) = 84+115+140=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #54738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54738C is #AB8C73. Grayscale: #6C6C6C. Windows color (decimal): -11242612 or 9204564. OLE color: 9204564.

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

Color convert

RGB84115140-
CMYK0.40.1800.45
HSL206.79º25%43.92%-
HSV(B)206.79º40%54.9%-
XYZ14.5216.0427.14-
YUV108.58145.73110.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=24.78%
G=33.92%
B=41.30%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841151400.40.1800.45206.792543.92
Hex54738C281202Dcf192c
Octal12416321450220553173154
Binary10101001110011100011001010001001001011011100111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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