#57768A

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

Shades of Wedgewood #57768A

Tints of Wedgewood #57768A

Color information

#57768A (or 0x57768A) is unknown color: approx Wedgewood. HEX triplet: 57, 76 and 8A. RGB value is (87,118,138). Sum of RGB (Red+Green+Blue) = 87+118+138=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #57768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57768A is #A88975. Grayscale: #6E6E6E. Windows color (decimal): -11045238 or 9074263. OLE color: 9074263.

HSL color Cylindrical-coordinate representation of color #57768A: hue angle of 203.53º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57768A is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB87118138-
CMYK0.370.1400.46
HSL203.53º22.67%44.12%-
HSV(B)203.53º36.96%54.12%-
XYZ1516.8226.5-
YUV111.01143.23110.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=25.36%
G=34.40%
B=40.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871181380.370.1400.46203.5322.6744.12
Hex57768A25E02Ecc172c
Octal12716621245160563142754
Binary1010111111011010001010100101111001011101100110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57768A; }

 p { color: rgb(87,118,138); }

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

<style>
 a { background-color: #57768A; }

 a { background-color: rgb(87,118,138); }

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

<style>
 span { border-color: #57768A; }

 span { border-color: rgb(87,118,138); }

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