#54778D

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

Shades of Wedgewood #54778D

Tints of Wedgewood #54778D

Color information

#54778D (or 0x54778D) is unknown color: approx Wedgewood. HEX triplet: 54, 77 and 8D. RGB value is (84,119,141). Sum of RGB (Red+Green+Blue) = 84+119+141=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #54778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54778D is #AB8872. Grayscale: #6E6E6E. Windows color (decimal): -11241587 or 9271124. OLE color: 9271124.

HSL color Cylindrical-coordinate representation of color #54778D: hue angle of 203.16º 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 #54778D is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84119141-
CMYK0.400.1600.45
HSL203.16º25.33%44.12%-
HSV(B)203.16º40.43%55.29%-
XYZ15.061727.69-
YUV111.04144.9108.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=24.42%
G=34.59%
B=40.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841191410.400.1600.45203.1625.3344.12
Hex54778D281002Dcb192c
Octal12416721550200553133154
Binary10101001110111100011011010001000001011011100101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54778D; }

 p { color: rgb(84,119,141); }

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

<style>
 a { background-color: #54778D; }

 a { background-color: rgb(84,119,141); }

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

<style>
 span { border-color: #54778D; }

 span { border-color: rgb(84,119,141); }

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