#57687C

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

Shades of Wedgewood #57687C

Tints of Wedgewood #57687C

Color information

#57687C (or 0x57687C) is unknown color: approx Wedgewood. HEX triplet: 57, 68 and 7C. RGB value is (87,104,124). Sum of RGB (Red+Green+Blue) = 87+104+124=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #57687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57687C is #A89783. Grayscale: #656565. Windows color (decimal): -11048836 or 8153175. OLE color: 8153175.

HSL color Cylindrical-coordinate representation of color #57687C: hue angle of 212.43º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57687C is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB87104124-
CMYK0.300.1600.51
HSL212.43º17.54%41.37%-
HSV(B)212.43º29.84%48.63%-
XYZ12.5213.3820.99-
YUV101.2140.87117.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=27.62%
G=33.02%
B=39.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871041240.300.1600.51212.4317.5441.37
Hex57687C1E10033d41229
Octal12715017436200633242251
Binary101011111010001111100111101000001100111101010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,104,124); }

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

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

 a { background-color: rgb(87,104,124); }

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

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

 span { border-color: rgb(87,104,124); }

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