#54778C

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

Shades of Wedgewood #54778C

Tints of Wedgewood #54778C

Color information

#54778C (or 0x54778C) is unknown color: approx Wedgewood. HEX triplet: 54, 77 and 8C. RGB value is (84,119,140). Sum of RGB (Red+Green+Blue) = 84+119+140=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #54778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54778C is #AB8873. Grayscale: #6E6E6E. Windows color (decimal): -11241588 or 9205588. OLE color: 9205588.

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

Color convert

RGB84119140-
CMYK0.40.1500.45
HSL202.5º25%43.92%-
HSV(B)202.5º40%54.9%-
XYZ14.9916.9727.3-
YUV110.93144.4108.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=24.49%
G=34.69%
B=40.82%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841191400.40.1500.45202.52543.92
Hex54778C28F02Dca192c
Octal12416721450170553123154
Binary1010100111011110001100101000111101011011100101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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