#57778E

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

Shades of Wedgewood #57778E

Tints of Wedgewood #57778E

Color information

#57778E (or 0x57778E) is unknown color: approx Wedgewood. HEX triplet: 57, 77 and 8E. RGB value is (87,119,142). Sum of RGB (Red+Green+Blue) = 87+119+142=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #57778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57778E is #A88871. Grayscale: #6F6F6F. Windows color (decimal): -11044978 or 9336663. OLE color: 9336663.

HSL color Cylindrical-coordinate representation of color #57778E: hue angle of 205.09º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57778E is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87119142-
CMYK0.390.1600.44
HSL205.09º24.02%44.9%-
HSV(B)205.09º38.73%55.69%-
XYZ15.4117.1728.09-
YUV112.05144.9110.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=25%
G=34.20%
B=40.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871191420.390.1600.44205.0924.0244.9
Hex57778E271002Ccd182d
Octal12716721647200543153055
Binary10101111110111100011101001111000001011001100110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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