#57617F

Color #57617F Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #57617F

Tints of Chambray #57617F

Color information

#57617F (or 0x57617F) is unknown color: approx Chambray. HEX triplet: 57, 61 and 7F. RGB value is (87,97,127). Sum of RGB (Red+Green+Blue) = 87+97+127=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #57617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57617F is #A89E80. Grayscale: #616161. Windows color (decimal): -11050625 or 8347991. OLE color: 8347991.

HSL color Cylindrical-coordinate representation of color #57617F: hue angle of 225º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57617F is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8797127-
CMYK0.310.2400.50
HSL225º18.69%41.96%-
HSV(B)225º31.5%49.8%-
XYZ12.0412.1121.78-
YUV97.43144.69120.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.97%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 127 (50% from 255) = 40.84%
R=27.97%
G=31.19%
B=40.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87971270.310.2400.5022518.6941.96
Hex57617F1F18032e1132a
Octal12714117737300623412352
Binary101011111000011111111111111100001100101110000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57617F; }

 p { color: rgb(87,97,127); }

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

<style>
 a { background-color: #57617F; }

 a { background-color: rgb(87,97,127); }

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

<style>
 span { border-color: #57617F; }

 span { border-color: rgb(87,97,127); }

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