#57778C

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

Shades of Wedgewood #57778C

Tints of Wedgewood #57778C

Color information

#57778C (or 0x57778C) is unknown color: approx Wedgewood. HEX triplet: 57, 77 and 8C. RGB value is (87,119,140). Sum of RGB (Red+Green+Blue) = 87+119+140=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #57778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57778C is #A88873. Grayscale: #6F6F6F. Windows color (decimal): -11044980 or 9205591. OLE color: 9205591.

HSL color Cylindrical-coordinate representation of color #57778C: hue angle of 203.77º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57778C is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87119140-
CMYK0.380.1500.45
HSL203.77º23.35%44.51%-
HSV(B)203.77º37.86%54.9%-
XYZ15.2617.1127.31-
YUV111.83143.9110.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 140 (55.08% from 255) = 40.46%
R=25.14%
G=34.39%
B=40.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871191400.380.1500.45203.7723.3544.51
Hex57778C26F02Dcc172d
Octal12716721446170553142755
Binary1010111111011110001100100110111101011011100110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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