#57778D

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

Shades of Wedgewood #57778D

Tints of Wedgewood #57778D

Color information

#57778D (or 0x57778D) is unknown color: approx Wedgewood. HEX triplet: 57, 77 and 8D. RGB value is (87,119,141). Sum of RGB (Red+Green+Blue) = 87+119+141=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #57778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57778D is #A88872. Grayscale: #6F6F6F. Windows color (decimal): -11044979 or 9271127. OLE color: 9271127.

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

Color convert

RGB87119141-
CMYK0.380.1600.45
HSL204.44º23.68%44.71%-
HSV(B)204.44º38.3%55.29%-
XYZ15.3417.1427.7-
YUV111.94144.4110.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=25.07%
G=34.29%
B=40.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871191410.380.1600.45204.4423.6844.71
Hex57778D261002Dcc182d
Octal12716721546200553143055
Binary10101111110111100011011001101000001011011100110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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