#515C6F

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

Shades of Chambray #515C6F

Tints of Chambray #515C6F

Color information

#515C6F (or 0x515C6F) is unknown color: approx Chambray. HEX triplet: 51, 5C and 6F. RGB value is (81,92,111). Sum of RGB (Red+Green+Blue) = 81+92+111=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #515C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C6F is #AEA390. Grayscale: #5A5A5A. Windows color (decimal): -11445137 or 7298129. OLE color: 7298129.

HSL color Cylindrical-coordinate representation of color #515C6F: hue angle of 218º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #515C6F is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8192111-
CMYK0.270.1700.56
HSL218º15.62%37.65%-
HSV(B)218º27.03%43.53%-
XYZ10.0910.5516.54-
YUV90.88139.36120.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.52%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=28.52%
G=32.39%
B=39.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81921110.270.1700.5621815.6237.65
Hex515C6F1B11038da1026
Octal12113415733210703322046
Binary101000110111001101111110111000101110001101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515C6F; }

 p { color: rgb(81,92,111); }

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

<style>
 a { background-color: #515C6F; }

 a { background-color: rgb(81,92,111); }

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

<style>
 span { border-color: #515C6F; }

 span { border-color: rgb(81,92,111); }

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