#515E6E

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

Shades of Chambray #515E6E

Tints of Chambray #515E6E

Color information

#515E6E (or 0x515E6E) is unknown color: approx Chambray. HEX triplet: 51, 5E and 6E. RGB value is (81,94,110). Sum of RGB (Red+Green+Blue) = 81+94+110=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #515E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E6E is #AEA191. Grayscale: #5B5B5B. Windows color (decimal): -11444626 or 7233105. OLE color: 7233105.

HSL color Cylindrical-coordinate representation of color #515E6E: hue angle of 213.1º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #515E6E is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8194110-
CMYK0.260.1500.57
HSL213.1º15.18%37.45%-
HSV(B)213.1º26.36%43.14%-
XYZ10.2110.8816.31-
YUV91.94138.19120.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=28.42%
G=32.98%
B=38.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81941100.260.1500.57213.115.1837.45
Hex515E6E1AF039d5f25
Octal12113615632170713251745
Binary1010001101111011011101101011110111001110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,94,110); }

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

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

 a { background-color: rgb(81,94,110); }

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

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

 span { border-color: rgb(81,94,110); }

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