#57677B

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

Shades of Wedgewood #57677B

Tints of Wedgewood #57677B

Color information

#57677B (or 0x57677B) is unknown color: approx Wedgewood. HEX triplet: 57, 67 and 7B. RGB value is (87,103,123). Sum of RGB (Red+Green+Blue) = 87+103+123=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #57677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57677B is #A89884. Grayscale: #646464. Windows color (decimal): -11049093 or 8087383. OLE color: 8087383.

HSL color Cylindrical-coordinate representation of color #57677B: hue angle of 213.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57677B is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB87103123-
CMYK0.290.1600.52
HSL213.33º17.14%41.18%-
HSV(B)213.33º29.27%48.24%-
XYZ12.3613.1620.63-
YUV100.5140.7118.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=27.80%
G=32.91%
B=39.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871031230.290.1600.52213.3317.1441.18
Hex57677B1D10034d51129
Octal12714717335200643252151
Binary101011111001111111011111011000001101001101010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57677B; }

 p { color: rgb(87,103,123); }

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

<style>
 a { background-color: #57677B; }

 a { background-color: rgb(87,103,123); }

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

<style>
 span { border-color: #57677B; }

 span { border-color: rgb(87,103,123); }

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